X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hacks%2Fglx%2Fs1_4.c;h=2192605734aad4deb9ae084ef30a8f9236419c0a;hb=488f2fa8fbdbc77e91a70da2962d73af49e6cace;hp=3fd994d56a1046f2cf32d1c251ee91908329863e;hpb=4cecfc89e5e889c7232693897c06168fb378bd5c;p=xscreensaver diff --git a/hacks/glx/s1_4.c b/hacks/glx/s1_4.c index 3fd994d5..21926057 100644 --- a/hacks/glx/s1_4.c +++ b/hacks/glx/s1_4.c @@ -1,5 +1,5 @@ #include "gllist.h" -static float data[]={ +static const float data[]={ -0.632405,-0.365743,-0.682858,1.262105,0.039911,-0.672877, -0.695773,-0.304145,-0.650689,1.235562,0.083949,-0.664066, -0.858311,-0.411605,-0.306404,1.208797,0.050229,-0.589491, @@ -1729,5 +1729,5 @@ static float data[]={ -0.577604,-0.812413,0.079739,0.775446,0.175219,-0.409500, -0.640463,-0.763275,0.084960,0.704334,0.231264,-0.402250, }; -static struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,1728,data,NULL}; -struct gllist *s1_4=&frame; +static const struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,1728,data,NULL}; +const struct gllist *s1_4=&frame;