X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fsphere.c;h=e0a81e3a197e8ef1fd0ef9d813bef2406599b054;hb=06e9a7886a77cad92f9ddbc169d6d199a4d8b76d;hp=cffe98424e79bf480eb8e31183719745932874c3;hpb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;p=xscreensaver 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)) {