ftp://ftp.swin.edu.au/slackware/slackware-9.1/source/xap/xscreensaver/xscreensaver...
[xscreensaver] / hacks / glx / blocktube.c
index b16e0d3824a93696b1ab785fb0dff8410ef3402b..f32c7b1e4a0d56241beebc06351f5f02eef381c3 100644 (file)
@@ -127,6 +127,7 @@ ModStruct blocktube_description =
      "A shifting tunnel of reflective blocks", 0, NULL};
 #endif /* USE_MODULES */
 
+#if defined( I_HAVE_XPM )
 static Bool LoadGLTextures(ModeInfo *mi)
 {
     Bool status;
@@ -149,6 +150,7 @@ static Bool LoadGLTextures(ModeInfo *mi)
     }
     return status;
 }
+#endif
 
 static void newTargetColor(void)
 {