--- OLD/xc/programs/x11perf/do_complex.c Thu Jan 1 00:00:00 1970 +++ NEW/xc/programs/x11perf/do_complex.c Thu Jan 1 00:00:00 1970 @@ -22,6 +22,8 @@ ******************************************************************************/ +#include + #include "x11perf.h" #define NUM_POINTS 4 /* 4 points to an arrowhead */ @@ -140,7 +142,7 @@ pgc = xp->fggc; size = p->special; - nsides = (int) p->font; + nsides = (int) p->font; /* XXX pointer/integer botch -Mouse */ phi = 0.0; delta = 2.0 * PI / ((double) nsides); phiinc = delta / 10.0; @@ -184,8 +186,8 @@ int mode; XPoint *curPoint; - nsides = (int) p->font; - mode = (int) p->bfont; + nsides = (int) p->font; /* XXX pointer/integer botch -Mouse */ + mode = (int) p->bfont; /* XXX pointer/integer botch -Mouse */ for (i = 0; i != reps; i++) { curPoint = points; for (j = 0; j != p->objects; j++) {