diff options
Diffstat (limited to 'x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch')
-rw-r--r-- | x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch b/x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch index d1f1f0168d2d..f50d4f50d5ec 100644 --- a/x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch +++ b/x11-misc/bubblemon/files/bubblemon-1.46-no_display.patch @@ -11,7 +11,16 @@ http://bugs.gentoo.org/310399 /* general includes */ #include <stdio.h> -@@ -607,10 +607,7 @@ +@@ -276,6 +276,8 @@ + + int main(int argc, char **argv) + { ++ /* This is needed to proper dockapp work on >=GTK+-2.18 */ ++ setenv("GDK_NATIVE_WINDOWS", "1", 0); + char execute[256]; + int proximity = 0; + int ch; +@@ -607,10 +609,7 @@ gdk_window_show(bm.win); XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints); |