ftp://ftp.swin.edu.au/slackware/slackware-9.1/source/xap/xscreensaver/xscreensaver...
[xscreensaver] / hacks / glx / antspotlight.c
index e6f173a91f1d06c3242a602b777391b75807af63..d84982a244718a8fec2d1c49307fe4e00d3c22d8 100644 (file)
@@ -84,7 +84,7 @@ static antspotlightstruct *antspotlight = (antspotlightstruct *) NULL;
 #define NUM_SCENES      2
 
 /* draw method for ant */
-Bool draw_ant(float *Material, int mono, int shadow, 
+Bool draw_ant(GLfloat *Material, int mono, int shadow, 
              float ant_step, Bool (*sphere)(float), Bool (*cone)(float)) {
   
   float cos1 = cos(ant_step);