1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/xjtext/files/patch-ab
SADA Kenji 7de06e3653 This program shows Japanese text in vertical format.
You can use directives in input text and perform some effects.
This software is like a kind of demonstration program.
2000-07-07 17:04:35 +00:00

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