x11-display: Add back _GTK_EDGE_CONSTRAINTS as supported hints
It was dropped by accident in 1530f27513
,
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…
Reference in New Issue
Block a user