X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fs1_6.c;h=6b84b07e23305719c419bd555ebf65db541a6d76;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hp=e1a52199f6f08f0e71a286866db656590da12a71;hpb=4cecfc89e5e889c7232693897c06168fb378bd5c;p=xscreensaver diff --git a/hacks/glx/s1_6.c b/hacks/glx/s1_6.c index e1a52199..6b84b07e 100644 --- a/hacks/glx/s1_6.c +++ b/hacks/glx/s1_6.c @@ -1,5 +1,5 @@ #include "gllist.h" -static float data[]={ +static const float data[]={ 0.710152,0.225044,-0.667113,1.437472,0.482703,-0.671590, 0.751095,0.142007,-0.644741,1.460394,0.412133,-0.660849, 0.922813,0.236109,-0.304415,1.492239,0.440457,-0.587736, @@ -1729,5 +1729,5 @@ static float data[]={ 0.079739,-0.993621,0.079739,1.590500,-0.655194,-0.409500, 0.000000,-0.996384,0.084960,1.500000,-0.657972,-0.402250, }; -static struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,1728,data,NULL}; -struct gllist *s1_6=&frame; +static const struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,1728,data,NULL}; +const struct gllist *s1_6=&frame;