http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / glx / tube.h
index d4cd002d1d8e39c5cfc67dde91e8dbfeb2ec80f0..b8b0ed5d3a431ed32a13cda9c4bb61b6e814a50f 100644 (file)
 extern void tube (GLfloat x1, GLfloat y1, GLfloat z1,
                   GLfloat x2, GLfloat y2, GLfloat z2,
                   GLfloat diameter, GLfloat cap_size,
-                  int faces, Bool smooth, Bool caps_p, Bool wire);
+                  int faces, int smooth, int caps_p, int wire_p);
 
 extern void cone (GLfloat x1, GLfloat y1, GLfloat z1,
                   GLfloat x2, GLfloat y2, GLfloat z2,
                   GLfloat diameter, GLfloat cap_size,
-                  int faces, Bool smooth, Bool cap_p,  Bool wire);
+                  int faces, int smooth, int cap_p,  int wire_p);
 
 #endif /* __TUBE_H__ */