View | Details | Raw Unified
Collapse All | Expand All

(-) src/scrmode.c (-2 / +2 lines)
 Lines 15-21    Link Here 
/* C write/unwrite line routines -- defined in full later on */
/* C write/unwrite line routines -- defined in full later on */
static unsigned long agl_write_line_c(BITMAP * bmp, int line);
unsigned long agl_write_line_c(BITMAP * bmp, int line);
static void agl_unwrite_line_c(BITMAP * bmp);
static void agl_unwrite_line_c(BITMAP * bmp);
 Lines 109-115    Link Here 
 *  This routine will be called by Allegro whenever the user
 *  This routine will be called by Allegro whenever the user
 *  tries to write to a line of the `__allegro_gl_memory' bitmap.
 *  tries to write to a line of the `__allegro_gl_memory' bitmap.
 */
 */
static unsigned long agl_write_line_c(BITMAP * bmp, int line)
unsigned long agl_write_line_c(BITMAP * bmp, int line)
{
{
	switch (__allegro_gl_screen_mode) {
	switch (__allegro_gl_screen_mode) {