3b32f055c4
the complete ascii character set along with each character's value in either decimal, hexidecimal, or octal notation.
12 lines
273 B
C
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,
|