GNOME Bugzilla – Bug 788516
dialogs in gtk+ 3.22.24 have square borders.
Last modified: 2017-10-04 18:53:13 UTC
Created attachment 360911 [details] notice the square dialog. dialogs in gtk+ 3.22.24 have square borders. Notice the About dialog in evince or nautilus for example.
Created attachment 360922 [details] [review] display-x11: Unset tiled state if _GTK_EDGE_CONSTRAINTS is supported Commit c415bef5de introduced support for the new _GTK_EDGE_CONSTRAINTS atom. If the compositor supports that atom, however, we were always setting the tiled state, even if no actual tiling information is available, where the correct action is to completely remove any traces of the tiled state. Fix that by correctly removing the tiled state when compositor supports _GTK_EDGE_CONSTRAINTS Xatom.
Attachment 360922 [details] pushed as 73155e3 - display-x11: Unset tiled state if _GTK_EDGE_CONSTRAINTS is supported