mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
11 lines
274 B
C
11 lines
274 B
C
--- osd_sdl_gfx.c.orig 2005-04-05 19:53:14 UTC
|
|
+++ osd_sdl_gfx.c
|
|
@@ -18,7 +18,7 @@ int blit_x,blit_y;
|
|
int screen_blit_x, screen_blit_y;
|
|
// where on the screen we must blit XBuf
|
|
|
|
-UChar* XBuf;
|
|
+extern UChar* XBuf;
|
|
// buffer for video flipping
|
|
|
|
UChar index_to_RGB[256];
|