diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-23 20:36:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-23 20:36:41 +0000 |
commit | 553b1d45ff40ba4cc67f34e09dccc0680d0693d7 (patch) | |
tree | 1ad659f8e96695bf83535ac87ee6c8523e3127a1 /app/x11perf/bitmaps.c | |
parent | c808db69d2e2644497e9a50525971c456e3a0eb5 (diff) |
update to x11perf 1.5.1
Diffstat (limited to 'app/x11perf/bitmaps.c')
-rw-r--r-- | app/x11perf/bitmaps.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/x11perf/bitmaps.c b/app/x11perf/bitmaps.c index 4dc60bfa6..6d5c18fcf 100644 --- a/app/x11perf/bitmaps.c +++ b/app/x11perf/bitmaps.c @@ -782,9 +782,7 @@ static unsigned char escherknot_bits[] = { # define GCBits (GCFillStyle|GCTileStipXOrigin|GCTileStipYOrigin) -void SetFillStyle(xp, p) - XParms xp; - Parms p; +void SetFillStyle(XParms xp, Parms p) { int xorg = 0, yorg = 0; |