freebsd-ports/games/flying/files/patch-ac
2000-01-09 09:19:54 +00:00

11 lines
321 B
Text

--- 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;