rnd-19980906
[rocksndiamonds.git] / src / main.c
index 2395ec1b708f19e5bacf74727bedb65f6239bee7..9028fb6bfd6ce40980ed4c0034aa3e872c95492a 100644 (file)
 #endif
 
 Display        *display;
+Visual        *visual;
 int            screen;
 Window         window;
 GC             gc, clip_gc[NUM_PIXMAPS];
 Pixmap         pix[NUM_PIXMAPS];
 Pixmap         clipmask[NUM_PIXMAPS];
 
-
-Pixmap         test_pix[NUM_PICTURES];
-Pixmap         test_clipmask[NUM_PICTURES];
-int            test_picture_count = 0;
-
-
 #ifdef XPM_INCLUDE_FILE
 XpmAttributes  xpm_att[NUM_PICTURES];
 #endif