diff options
Diffstat (limited to 'nx-X11/lib/X11/DrPoint.c')
-rw-r--r-- | nx-X11/lib/X11/DrPoint.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nx-X11/lib/X11/DrPoint.c b/nx-X11/lib/X11/DrPoint.c index f5341be0d..f0332e853 100644 --- a/nx-X11/lib/X11/DrPoint.c +++ b/nx-X11/lib/X11/DrPoint.c @@ -34,11 +34,12 @@ in this Software without prior written authorization from The Open Group. #define size (SIZEOF(xPolyPointReq) + PTSPERBATCH * SIZEOF(xPoint)) int -XDrawPoint(dpy, d, gc, x, y) - register Display *dpy; - Drawable d; - GC gc; - int x, y; /* INT16 */ +XDrawPoint( + register Display *dpy, + Drawable d, + GC gc, + int x, + int y) /* INT16 */ { xPoint *point; |