aboutsummarylogtreecommitdiffstats
path: root/other__window-background.patch
diff options
context:
space:
mode:
authorTomasz Gąsior2017-09-20 10:25:51 +0200
committerTomasz Gąsior2017-09-20 10:25:51 +0200
commit0c2a04f3237639f8da136f934548be987f344836 (patch)
tree6a69ec77b007eac87be376c364c7d3a80c5beabf /other__window-background.patch
parentd043f0d1d441b753677e9da8ef936331764c072a (diff)
downloadaur-0c2a04f3237639f8da136f934548be987f344836.tar.gz
Reorganized structure of package.
Diffstat (limited to 'other__window-background.patch')
-rw-r--r--other__window-background.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/other__window-background.patch b/other__window-background.patch
new file mode 100644
index 000000000000..468aacb57b43
--- /dev/null
+++ b/other__window-background.patch
@@ -0,0 +1,16 @@
+diff -U 5 -r -Z -B ./org/gtk/gtkwindow.c ./mod/gtk/gtkwindow.c
+--- ./org/gtk/gtkwindow.c 2017-09-02 00:17:12.000000000 +0200
++++ ./mod/gtk/gtkwindow.c 2017-09-13 02:21:55.594091126 +0200
+@@ -7306,10 +7306,12 @@
+ }
+
+ gtk_widget_set_window (widget, gdk_window);
+ gtk_widget_register_window (widget, gdk_window);
+ gtk_widget_set_realized (widget, TRUE);
++ if (!priv->client_decorated && !gtk_widget_get_app_paintable (widget))
++ gtk_style_context_set_background (gtk_widget_get_style_context (widget), gdk_window);
+
+ attributes.x = allocation.x;
+ attributes.y = allocation.y;
+ attributes.width = allocation.width;
+ attributes.height = allocation.height;