X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fspheremonics.c;h=8e45a4a4266cf3645f9900594e42724a0af2325f;hp=a4c06902f2b9286f95d8ca319d0d9bf0876cdcce;hb=96a411663168b0ba5432b407a83be55f3df0c802;hpb=bbd0773f2adde4927a6196361d4061e70bf48cd9 diff --git a/hacks/glx/spheremonics.c b/hacks/glx/spheremonics.c index a4c06902..8e45a4a4 100644 --- a/hacks/glx/spheremonics.c +++ b/hacks/glx/spheremonics.c @@ -768,7 +768,7 @@ static void draw_label (ModeInfo *mi, const char *s) { spheremonics_configuration *cc = &ccs[MI_SCREEN(mi)]; - int i; + unsigned int i; glPushAttrib(GL_TRANSFORM_BIT | GL_ENABLE_BIT); glDisable(GL_LIGHTING); @@ -871,7 +871,7 @@ init_spheremonics (ModeInfo *mi) cc->m_max = 4; /* 9? */ { - int i; + unsigned int i; for (i = 0; i < countof(cc->dm); i++) cc->dm[i] = 1; /* going up! */