mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
x11-display: Add back _GTK_EDGE_CONSTRAINTS as supported hints
It was dropped by accident in 1530f2751308eaeead81b5fe4e6c7add64b0a0c5, so lets add it back. Fixes: https://gitlab.gnome.org/GNOME/mutter/issues/423
This commit is contained in:
parent
012691bebf
commit
2fe05d7c35
@ -598,6 +598,7 @@ set_supported_hint (MetaX11Display *x11_display)
|
||||
|
||||
x11_display->atom__GTK_FRAME_EXTENTS,
|
||||
x11_display->atom__GTK_SHOW_WINDOW_MENU,
|
||||
x11_display->atom__GTK_EDGE_CONSTRAINTS,
|
||||
};
|
||||
|
||||
XChangeProperty (x11_display->xdisplay,
|
||||
|
Loading…
x
Reference in New Issue
Block a user