GNOME Bugzilla – Bug 763603
The game frame is outside of the window on Wayland
Last modified: 2017-01-23 00:07:44 UTC
Created attachment 323850 [details] screenshot The actual game frame is displayed above the game window. If I move the window, the frame follows it, but, still outside the window.
Created attachment 333221 [details] still an issue This is still an issue in master.
Created attachment 333317 [details] [review] Simplify main stack transitions On Wayland, the game frame is displayed on top of the window. This seems to be a problem with GtkStack transitions. This committ fixes the problem by disabling the transition when displaying the game frame.
Created attachment 333322 [details] [review] Also add a FIXME until the transition problem is fixed on wayland.
Well... the game frame is no longer outside the window, so closing this. (Of course it would also be nice to fix the underlying bug.)