diff options
Diffstat (limited to 'nx-X11/lib/X11/DrLines.c')
-rw-r--r-- | nx-X11/lib/X11/DrLines.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/nx-X11/lib/X11/DrLines.c b/nx-X11/lib/X11/DrLines.c index f1ddb884c..68071b6b4 100644 --- a/nx-X11/lib/X11/DrLines.c +++ b/nx-X11/lib/X11/DrLines.c @@ -30,13 +30,13 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XDrawLines (dpy, d, gc, points, npoints, mode) - register Display *dpy; - Drawable d; - GC gc; - XPoint *points; - int npoints; - int mode; +XDrawLines ( + register Display *dpy, + Drawable d, + GC gc, + XPoint *points, + int npoints, + int mode) { register xPolyLineReq *req; register long length; |