X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Ftube.h;h=d4cd002d1d8e39c5cfc67dde91e8dbfeb2ec80f0;hp=1fd065d0fc7b4ec2ac33cd7300d86c0228700098;hb=96bdd7cf6ea60c418a76921acaf0e34d6f5be930;hpb=6cee540bdbb571485cd5e519f89f389faebd0495 diff --git a/hacks/glx/tube.h b/hacks/glx/tube.h index 1fd065d0..d4cd002d 100644 --- a/hacks/glx/tube.h +++ b/hacks/glx/tube.h @@ -1,4 +1,4 @@ -/* tube, Copyright (c) 2001 Jamie Zawinski +/* tube, Copyright (c) 2001, 2003 Jamie Zawinski * Utility functions to create tubes and cones in GL. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -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 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__ */