From 42c63250abf2b4c7b1c704c907301bb5a5920b6e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 21 Apr 2014 20:33:12 +0200 Subject: Tell to GTK3 that marco support _GTK_FRAME_EXTENTS hint Also if marco doesnt support it, but this currently fixes ugly dialog windows with GTK 3.12 --- src/core/window-props.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/core/window-props.c') diff --git a/src/core/window-props.c b/src/core/window-props.c index 08cc6630..0b51d4ba 100644 --- a/src/core/window-props.c +++ b/src/core/window-props.c @@ -215,6 +215,14 @@ reload_kwm_win_icon (MetaWindow *window, reload_icon (window, window->display->atom__KWM_WIN_ICON); } +static void +reload_gtk_frame_extents (MetaWindow *window, + MetaPropValue *value, + gboolean initial) +{ + return; +} + static void reload_struts (MetaWindow *window, MetaPropValue *value, @@ -1507,6 +1515,7 @@ meta_display_init_window_prop_hooks (MetaDisplay *display) { XA_WM_HINTS, META_PROP_VALUE_WM_HINTS, reload_wm_hints }, { XA_WM_TRANSIENT_FOR, META_PROP_VALUE_WINDOW, reload_transient_for }, { display->atom__NET_WM_USER_TIME_WINDOW, META_PROP_VALUE_WINDOW, reload_net_wm_user_time_window }, + { display->atom__GTK_FRAME_EXTENTS, META_PROP_VALUE_CARDINAL_LIST, reload_gtk_frame_extents }, { 0 }, }; -- cgit v1.2.1