X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fsphere.h;h=98523775b6724b075aab14bf04b278436a06e030;hp=96d951463d8f433382599a3211f02ce411256e08;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hpb=dba664f31aa87285db4d76cf8c5e66335299703a diff --git a/hacks/glx/sphere.h b/hacks/glx/sphere.h index 96d95146..98523775 100644 --- a/hacks/glx/sphere.h +++ b/hacks/glx/sphere.h @@ -1,4 +1,4 @@ -/* sphere, Copyright (c) 2001-2008 Jamie Zawinski +/* sphere, Copyright (c) 2001-2014 Jamie Zawinski * Utility function to create a unit sphere in GL. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -19,5 +19,6 @@ Returns number of polygons used. */ extern int unit_sphere (int stacks, int slices, int wire_p); +extern int unit_dome (int stacks, int slices, int wire_p); #endif /* __SPHERE_H__ */