X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fsphere.c;h=e0a81e3a197e8ef1fd0ef9d813bef2406599b054;hp=cffe98424e79bf480eb8e31183719745932874c3;hb=551b3de3f619c04c2dd1971ee9b3f02e270c28c9;hpb=a719ec12b8b2563112366a8ac3196816fd64d2c7 diff --git a/hacks/sphere.c b/hacks/sphere.c index cffe9842..e0a81e3a 100644 --- a/hacks/sphere.c +++ b/hacks/sphere.c @@ -106,7 +106,7 @@ draw_sphere(ModeInfo * mi) Display *display = MI_DISPLAY(mi); GC gc = MI_GC(mi); spherestruct *sp = &spheres[MI_SCREEN(mi)]; - register minx = 0, maxx = 0, miny = 0, maxy = 0, npts = 0; + int minx = 0, maxx = 0, miny = 0, maxy = 0, npts = 0; if ((sp->dirx && ABS(sp->x) >= sp->radius) || (sp->diry && ABS(sp->y) >= sp->radius)) {