http://www.uw-madison.lkams.kernel.org/pub/mirrors/fink/distfiles/xscreensaver-4...
[xscreensaver] / hacks / glx / tube.h
index 1fd065d0fc7b4ec2ac33cd7300d86c0228700098..d4cd002d1d8e39c5cfc67dde91e8dbfeb2ec80f0 100644 (file)
@@ -1,4 +1,4 @@
-/* tube, Copyright (c) 2001 Jamie Zawinski <jwz@jwz.org>
+/* tube, Copyright (c) 2001, 2003 Jamie Zawinski <jwz@jwz.org>
  * Utility functions to create tubes and cones in GL.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
 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 wire);
+                  int faces, Bool smooth, Bool caps_p, Bool wire);
 
 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 wire);
+                  int faces, Bool smooth, Bool cap_p,  Bool wire);
 
 #endif /* __TUBE_H__ */