|
|
| |
| |
/* 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); |
| |
| |
|
|
* 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) { |
| |