From http://www.jwz.org/xscreensaver/xscreensaver-5.18.tar.gz
[xscreensaver] / hacks / glx / tangram_shapes.h
index 95410f86ffb82f084938e069c8ecc4f99c024f45..254f8f34eee27c62d02ae1865ea63761ee0eba6d 100644 (file)
@@ -2,14 +2,14 @@
 #define TANGRAM_SHAPES_H
 
 /* get_sm_tri_dl - Get small triangle Display List */
-GLuint get_sm_tri_dl(int wire);
+GLuint tangram_get_sm_tri_dl(int wire);
 /* get_lg_tri_dl - Get large triangle Display List */
-GLuint get_lg_tri_dl(int wire);
+GLuint tangram_get_lg_tri_dl(int wire);
 /* get_md_tri_dl - Get medium triangle Display List */
-GLuint get_md_tri_dl(int wire);
+GLuint tangram_get_md_tri_dl(int wire);
 /* get_square_dl - Get square Display List */
-GLuint get_square_dl(int wire);
+GLuint tangram_get_square_dl(int wire);
 /* get_rhomboid_dl - Get rhomboid Display List */
-GLuint get_rhomboid_dl(int wire);
+GLuint tangram_get_rhomboid_dl(int wire);
 
 #endif