summaryrefslogtreecommitdiff
path: root/user/gtk+3.0/releng-what-releng.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/gtk+3.0/releng-what-releng.patch')
-rw-r--r--user/gtk+3.0/releng-what-releng.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/gtk+3.0/releng-what-releng.patch b/user/gtk+3.0/releng-what-releng.patch
new file mode 100644
index 000000000..5a1091de3
--- /dev/null
+++ b/user/gtk+3.0/releng-what-releng.patch
@@ -0,0 +1,12 @@
+diff -Nurd gtk+-3.24.2/docs/tools/shooter.c gtk+-3.24.2.new/docs/tools/shooter.c
+--- gtk+-3.24.2/docs/tools/shooter.c 2018-12-12 11:46:09.000000000 -0600
++++ gtk+-3.24.2.new/docs/tools/shooter.c 2019-01-10 20:55:41.402365069 -0600
+@@ -170,7 +170,7 @@
+ y_orig = 0;
+ }
+
+- if (x_orig + width > gdk_screen_get_width (gdk_screen_get_dfeault ()))
++ if (x_orig + width > gdk_screen_get_width (gdk_screen_get_default ()))
+ width = gdk_screen_width () - x_orig;
+
+ if (y_orig + height > gdk_screen_get_height (gdk_screen_get_default ()))