1--- osd_sdl_gfx.c.orig 2005-04-05 19:53:14 UTC 2+++ osd_sdl_gfx.c 3@@ -18,7 +18,7 @@ int blit_x,blit_y; 4 int screen_blit_x, screen_blit_y; 5 // where on the screen we must blit XBuf 6 7-UChar* XBuf; 8+extern UChar* XBuf; 9 // buffer for video flipping 10 11 UChar index_to_RGB[256]; 12 13