freebsd-ports/x11/xascii/files/patch-xascii.c
Cy Schubert 3b32f055c4 Welcome xascii to ports. Xascii has been around for a long time. It displays
the complete ascii character set along with each character's value in either
decimal, hexidecimal, or octal notation.
2012-04-10 20:26:24 +00:00

12 lines
273 B
C

--- xascii.c.orig 1991-08-05 13:57:57.000000000 -0700
+++ xascii.c 2010-10-13 16:14:45.388101391 -0700
@@ -454,8 +454,7 @@
XtTranslateCoords (toplevel,
(Position) 0,
(Position) height/2,
- &x, &y,
- NULL);
+ &x, &y);
XtVaSetValues (pshell,
XtNx, x,