--- src/scrmode.c 2004-01-02 19:34:35.000000000 +0100 +++ /var/tmp/portage/scrmode.c 2006-01-14 18:54:58.000000000 +0100 @@ -15,7 +15,7 @@ /* 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); @@ -109,7 +109,7 @@ * This routine will be called by Allegro whenever the user * 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) {