diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-05-10 09:59:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-05-10 09:59:11 +0000 |
commit | 3e104aa3015d82df2635b4f45cb0e3d81c1f3438 (patch) | |
tree | 261718d0d07b1276d05a57bbce4e81298f6918b2 /app/x11perf/do_dots.c | |
parent | 89728b50d745f84d04c77dca8c869c189a269294 (diff) |
Update to x11perf 1.6.0
Diffstat (limited to 'app/x11perf/do_dots.c')
-rw-r--r-- | app/x11perf/do_dots.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/x11perf/do_dots.c b/app/x11perf/do_dots.c index 82794370c..fe9ca2eca 100644 --- a/app/x11perf/do_dots.c +++ b/app/x11perf/do_dots.c @@ -27,7 +27,7 @@ static XPoint *points; static GC pgc; int -InitDots(XParms xp, Parms p, int reps) +InitDots(XParms xp, Parms p, int64_t reps) { int i; @@ -43,7 +43,7 @@ InitDots(XParms xp, Parms p, int reps) } void -DoDots(XParms xp, Parms p, int reps) +DoDots(XParms xp, Parms p, int64_t reps) { int i; |