X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.c;h=fd9804cc03ee729a778705edee6389c1e470256a;hp=302b5418e8d7e87878eb8c1948dd8e9de23d5742;hb=1256664ceac31f448a0139edd3bd0dc8fa5a8697;hpb=4b0c6356359ee52f98cee8fa578179c6c41d4ef1 diff --git a/src/main.c b/src/main.c index 302b5418..fd9804cc 100644 --- a/src/main.c +++ b/src/main.c @@ -27,9 +27,9 @@ Display *display; Visual *visual; int screen; Window window; -GC gc, clip_gc[NUM_PIXMAPS]; +GC gc, clip_gc[NUM_PIXMAPS], tile_clip_gc; Pixmap pix[NUM_PIXMAPS]; -Pixmap clipmask[NUM_PIXMAPS]; +Pixmap clipmask[NUM_PIXMAPS], tile_clipmask[NUM_TILES]; #ifdef XPM_INCLUDE_FILE XpmAttributes xpm_att[NUM_PICTURES]; @@ -45,7 +45,6 @@ int joystick_device = 0; char *joystick_device_name[2] = { DEV_JOYSTICK_0, DEV_JOYSTICK_1 }; char *level_directory = LEVEL_PATH; int width, height; -unsigned long pen_fg, pen_bg; int game_status = MAINMENU; int game_emulation = EMU_NONE;