X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Ftube.h;h=b8b0ed5d3a431ed32a13cda9c4bb61b6e814a50f;hp=d4cd002d1d8e39c5cfc67dde91e8dbfeb2ec80f0;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hpb=ccb7f4903325f92555a9722bba74b58346654ba0 diff --git a/hacks/glx/tube.h b/hacks/glx/tube.h index d4cd002d..b8b0ed5d 100644 --- a/hacks/glx/tube.h +++ b/hacks/glx/tube.h @@ -16,11 +16,11 @@ 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__ */