Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132481
Collapse All | Expand All

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

Return to bug 132481