forked from AuroraMiddleware/gtk
Don't set an input shape unless client-decorated
We were actually setting an input shape larger than the window in !csd, and this was confusing at least openbox. https://bugzilla.gnome.org/736064
This commit is contained in:
parent
98c87dc6ed
commit
84ff0c201a
@ -6763,6 +6763,9 @@ update_border_windows (GtkWindow *window)
|
||||
GtkStyleContext *context;
|
||||
GtkStateFlags state;
|
||||
|
||||
if (!priv->client_decorated)
|
||||
return;
|
||||
|
||||
state = gtk_widget_get_state_flags (widget);
|
||||
context = gtk_widget_get_style_context (widget);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user