X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fextrusion-screw.c;h=cfae296844ef55848df7749cc9c874df8d66a45d;hb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5;hp=112eaca7217ec0f3f65a30ff92c770138ffae736;hpb=93f25dc6827112d98b8b855ea85c8f5eb8123086;p=xscreensaver diff --git a/hacks/glx/extrusion-screw.c b/hacks/glx/extrusion-screw.c index 112eaca7..cfae2968 100644 --- a/hacks/glx/extrusion-screw.c +++ b/hacks/glx/extrusion-screw.c @@ -19,7 +19,7 @@ #include #include #include -#include +/*#include */ #ifdef HAVE_GLE3 #include #else @@ -50,8 +50,8 @@ #define NUM_PTS (25) -double contour [NUM_PTS][2]; -double norms [NUM_PTS][2]; +static double contour [NUM_PTS][2]; +static double norms [NUM_PTS][2]; static void init_contour (void) {