1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/flying/files/patch-ac

12 lines
321 B
Plaintext
Raw Normal View History

2000-01-09 09:19:54 +00:00
--- xgraph.C.orig Sun Jan 9 01:11:55 2000
+++ xgraph.C Sun Jan 9 01:12:25 2000
@@ -603,7 +603,7 @@
XSizeHints hints;
XEvent event;
static int offx=10;
-const frame = 7;
+const int frame = 7;
hints.flags = PPosition | PSize | PAspect | PMinSize | PMaxSize;
hints.x = DisplayWidth(dpy,scr) -offx-width-frame;