X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Ftangram_shapes.h;fp=hacks%2Fglx%2Ftangram_shapes.h;h=254f8f34eee27c62d02ae1865ea63761ee0eba6d;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hp=95410f86ffb82f084938e069c8ecc4f99c024f45;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3;p=xscreensaver diff --git a/hacks/glx/tangram_shapes.h b/hacks/glx/tangram_shapes.h index 95410f86..254f8f34 100644 --- a/hacks/glx/tangram_shapes.h +++ b/hacks/glx/tangram_shapes.h @@ -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