mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7de06e3653
You can use directives in input text and perform some effects. This software is like a kind of demonstration program.
12 lines
407 B
Plaintext
12 lines
407 B
Plaintext
--- xwindow.h.orig Sat Sep 4 22:45:16 1999
|
|
+++ xwindow.h Sat Jul 8 01:08:55 2000
|
|
@@ -60,7 +60,7 @@
|
|
XSetLineAttributes(TheDisplay,TheGC,1,LineSolid,CapButt,JoinMiter);
|
|
XDrawLine(TheDisplay,TheWindow,TheGC,X1,Y1,X2,Y2);
|
|
}
|
|
- inline mapRaised(void) { XMapRaised(TheDisplay,TheWindow);}
|
|
+ inline void mapRaised(void) { XMapRaised(TheDisplay,TheWindow);}
|
|
};
|
|
|
|
#endif
|