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/screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/screen.c') diff --git a/src/core/screen.c b/src/core/screen.c index f52f382c..1804df94 100644 --- a/src/core/screen.c +++ b/src/core/screen.c @@ -102,6 +102,7 @@ set_supported_hint (MetaScreen *screen) #include "atomnames.h" #undef item #undef EWMH_ATOMS_ONLY + screen->display->atom__GTK_FRAME_EXTENTS, }; XChangeProperty (screen->display->xdisplay, screen->xroot, -- cgit v1.2.1