rnd-19981120-1
[rocksndiamonds.git] / src / main.c
index be179b53be95de09c069970bd5dc4c8682e33d8b..969947e10f08aa3baa0aea88eaaea551c2e2cffc 100644 (file)
@@ -31,7 +31,7 @@ GC            gc, clip_gc[NUM_PIXMAPS], tile_clip_gc;
 Pixmap         pix[NUM_PIXMAPS];
 Pixmap         clipmask[NUM_PIXMAPS], tile_clipmask[NUM_TILES];
 
-#ifdef XPM_INCLUDE_FILE
+#ifdef USE_XPM_LIBRARY
 XpmAttributes  xpm_att[NUM_PICTURES];
 #endif
 
@@ -50,7 +50,9 @@ char         *joystick_device_name[MAX_PLAYERS] =
   DEV_JOYSTICK_3
 };
 
+/*
 int            width, height;
+*/
 
 char          *program_name = NULL;