THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#835 - Mplayer in fullscreen - titlebar still displayed
User who did this - Uli Schlachter (psychon)
Reason for closing: Fixed
Additional comments about closing: commit
8a04ce9c97e71cd5ce8057d984c1e98d6fdfef16
Author: Uli Schlachter <[email protected]>
Date: Mon Sep 12 22:19:59 2011 +0200
Fix restacking with zaphod mode (FS#835)
Boy was this code broken. It tried to stack windows ontop of each other which
were on different screens. However, since they didn't have the same parent,
they
obviously couldn't be ontop of each other. The X server just reacted with a
"wtf
are you doing?"-kind of error which means the restacking was ignored.
The fix is to restack each screen on its own, completely ignoring any windows
from other screens.
A big thanks goes to Siarhei Siamashka who bisected this issue and helped me
debugging it which took quite a while. Finally, he noticed that my first
patch
was broken and also figured out the fix. Thanks!
v2: Move the check on "client_need_stack_refresh" from
client_stack_refresh_screen() into client_stack_refresh(), so that all
screens
are restacked instead of just the first one.
Signed-off-by: Uli Schlachter <[email protected]>
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=835
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].