X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.c;h=b00e20a28ef67f89800e2897503ce700ea369f4c;hb=f7b1cff56121f72c25e1da08f53958ddab27ce75;hp=7c51c2b6810683cee41230f8c2dc72f1691a2835;hpb=74b5b6c19587f93c45b72b1153154030dc99b50d;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 7c51c2b6..b00e20a2 100644 --- a/src/main.c +++ b/src/main.c @@ -26,7 +26,7 @@ Display *display; Visual *visual; int screen; -DrawWindow window; +DrawWindow window = None; GC gc, clip_gc[NUM_BITMAPS], tile_clip_gc; Bitmap pix[NUM_BITMAPS]; Bitmap pix_masked[NUM_BITMAPS], tile_masked[NUM_TILES]; @@ -63,6 +63,8 @@ int global_joystick_status = JOYSTICK_STATUS; int joystick_status = JOYSTICK_STATUS; int sound_status = SOUND_STATUS; boolean sound_loops_allowed = FALSE; +boolean fullscreen_available = FULLSCREEN_STATUS; +boolean fullscreen_enabled = FALSE; boolean redraw[MAX_BUF_XSIZE][MAX_BUF_YSIZE]; int redraw_x1 = 0, redraw_y1 = 0;