ports/emulators/hugo/files/patch-osd__sdl__gfx.c
Stefan Eßer 9c2505d033 Fix build with clang11
Reported by:	pkg-fallout
Approved by:	antoine (implicit)
2020-09-01 08:46:51 +00:00

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];