http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / glx / toaster_base.c
index 8fc0ff58cda2275ef54636283333ab4d0c40fad3..74771c8cc99a851608a2b7422b3d80b5c3d9ae48 100644 (file)
@@ -1,5 +1,5 @@
 #include "gllist.h"
-static float data[]={
+static const float data[]={
        -0.160224,0.987081,0,-0.242083,0.5,0.052679,
        0.316307,0.948657,0,0.242083,0.5,-0.052679,
        -0.160224,0.987081,0,-0.242083,0.5,-0.052679,
@@ -121,5 +121,5 @@ static float data[]={
        -0.160224,0.987081,0,-0.292672,0.483132,0.052679,
        -0.160224,0.987081,0,-0.242083,0.5,0.052679
 };
-static struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,120,data,NULL};
-struct gllist *toaster_base=&frame;
+static const struct gllist frame={GL_N3F_V3F,GL_TRIANGLES,120,data,NULL};
+const struct gllist *toaster_base=&frame;