blob: b966dca5074f3a5dfd329937c743069a418f76d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./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 ()))
|