aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/DrArcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/DrArcs.c')
-rw-r--r--nx-X11/lib/X11/DrArcs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/lib/X11/DrArcs.c b/nx-X11/lib/X11/DrArcs.c
index 283f6f952..14405aa3d 100644
--- a/nx-X11/lib/X11/DrArcs.c
+++ b/nx-X11/lib/X11/DrArcs.c
@@ -32,12 +32,12 @@ in this Software without prior written authorization from The Open Group.
#define arc_scale (SIZEOF(xArc) / 4)
int
-XDrawArcs(dpy, d, gc, arcs, n_arcs)
-register Display *dpy;
-Drawable d;
-GC gc;
-XArc *arcs;
-int n_arcs;
+XDrawArcs(
+ register Display *dpy,
+ Drawable d,
+ GC gc,
+ XArc *arcs,
+ int n_arcs)
{
register xPolyArcReq *req;
register long len;