summaryrefslogtreecommitdiff
path: root/src/FillArcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/FillArcs.c')
-rw-r--r--src/FillArcs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/FillArcs.c b/src/FillArcs.c
index 27f0b8ff..b66083ca 100644
--- a/src/FillArcs.c
+++ b/src/FillArcs.c
@@ -34,12 +34,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;