diff options
Diffstat (limited to 'nx-X11/lib/X11/FillArcs.c')
-rw-r--r-- | nx-X11/lib/X11/FillArcs.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/lib/X11/FillArcs.c b/nx-X11/lib/X11/FillArcs.c index 44b0f3b97..62cfabf8f 100644 --- a/nx-X11/lib/X11/FillArcs.c +++ b/nx-X11/lib/X11/FillArcs.c @@ -32,12 +32,12 @@ in this Software without prior written authorization from The Open Group. #define arc_scale (SIZEOF(xArc) / 4) int -XFillArcs(dpy, d, gc, arcs, n_arcs) -register Display *dpy; -Drawable d; -GC gc; -XArc *arcs; -int n_arcs; +XFillArcs( + register Display *dpy, + Drawable d, + GC gc, + XArc *arcs, + int n_arcs) { register xPolyFillArcReq *req; long len; |