mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
--- 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;
|