View | Details | Raw Unified
Collapse All | Expand All

(-) a/src/scrmode.c (-1 / +1 lines)
 Lines 94-100   #endif /* !no_asm */ Link Here 
static int screen_w, screen_h;
static int screen_w, screen_h;
/* buffers screen image in some modes */
/* buffers screen image in some modes */
static BITMAP *__allegro_gl_memory = NULL;
BITMAP *__allegro_gl_memory = NULL;
static GFX_VTABLE memory_vtable;    /* vtable for accessing above bitmap */
static GFX_VTABLE memory_vtable;    /* vtable for accessing above bitmap */
static int *dirty_flags = NULL;     /* flags showing dirty lines in bitmap */
static int *dirty_flags = NULL;     /* flags showing dirty lines in bitmap */
static int dirty_size = 0;          /* size (in bytes) of `dirty_flags' */
static int dirty_size = 0;          /* size (in bytes) of `dirty_flags' */