summaryrefslogtreecommitdiffstats
path: root/source/l/gtk+3/gtk.typo.fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/gtk+3/gtk.typo.fix.diff')
-rw-r--r--source/l/gtk+3/gtk.typo.fix.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/l/gtk+3/gtk.typo.fix.diff b/source/l/gtk+3/gtk.typo.fix.diff
deleted file mode 100644
index b966dca50..000000000
--- a/source/l/gtk+3/gtk.typo.fix.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./docs/tools/shooter.c.orig 2018-12-12 11:46:09.000000000 -0600
-+++ ./docs/tools/shooter.c 2018-12-13 18:28:54.613869535 -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 ()))