summaryrefslogtreecommitdiffstats
path: root/recipes/gpe-what/gpe-what-0.43/set-wm-hint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-what/gpe-what-0.43/set-wm-hint.patch')
-rw-r--r--recipes/gpe-what/gpe-what-0.43/set-wm-hint.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpe-what/gpe-what-0.43/set-wm-hint.patch b/recipes/gpe-what/gpe-what-0.43/set-wm-hint.patch
new file mode 100644
index 0000000000..1300635197
--- /dev/null
+++ b/recipes/gpe-what/gpe-what-0.43/set-wm-hint.patch
@@ -0,0 +1,12 @@
+Index: gpe-what.c
+===================================================================
+--- gpe-what.c (Revision 8874)
++++ gpe-what.c (Arbeitskopie)
+@@ -233,6 +233,7 @@
+
+ gtk_window_set_default_size (GTK_WINDOW (popup), width, height);
+ gtk_window_set_decorated (GTK_WINDOW (popup), FALSE);
++ gtk_window_set_type_hint (GTK_WINDOW (popup), GDK_WINDOW_TYPE_HINT_MENU);
+ gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
+ gtk_container_set_border_width (GTK_CONTAINER (box), spacing);
+