GNOME Bugzilla – Bug 761566
Restart: fix maximized windows flickering to the wrong struts
Last modified: 2016-06-30 18:18:58 UTC
When we restart, we need to update the struts for the screen before we enter the main loop, or maximized windows will get resized to the size of the screen without struts, then resized back. A workaround is needed for a Clutter bug that occurs when we get the size of an actor before the first paint of the stage.
Created attachment 320460 [details] [review] Restart: fix maximized windows flickering to the wrong struts
Review of attachment 320460 [details] [review]: Looks good to commit to me, unless you want to wait for a resolution of the clutter issue.
Attachment 320460 [details] pushed as 61fb62f - Restart: fix maximized windows flickering to the wrong struts