diff options
Diffstat (limited to 'nx-X11/lib/X11/DrSegs.c')
-rw-r--r-- | nx-X11/lib/X11/DrSegs.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/lib/X11/DrSegs.c b/nx-X11/lib/X11/DrSegs.c index 9cd144e06..93eab4d08 100644 --- a/nx-X11/lib/X11/DrSegs.c +++ b/nx-X11/lib/X11/DrSegs.c @@ -30,12 +30,12 @@ in this Software without prior written authorization from The Open Group. #include "Xlibint.h" int -XDrawSegments (dpy, d, gc, segments, nsegments) - register Display *dpy; - Drawable d; - GC gc; - XSegment *segments; - int nsegments; +XDrawSegments ( + register Display *dpy, + Drawable d, + GC gc, + XSegment *segments, + int nsegments) { register xPolySegmentReq *req; long len; |