diff options
Diffstat (limited to 'user/gtk+3.0/releng-what-releng.patch')
-rw-r--r-- | user/gtk+3.0/releng-what-releng.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/user/gtk+3.0/releng-what-releng.patch b/user/gtk+3.0/releng-what-releng.patch deleted file mode 100644 index 5a1091de3..000000000 --- a/user/gtk+3.0/releng-what-releng.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 ())) |