mirror of
git://slackware.nl/current.git
synced 2025-01-14 08:01:11 +01:00
12 lines
448 B
Diff
12 lines
448 B
Diff
|
--- ./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 ()))
|