Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/hugo/files/patch-osd__sdl__gfx.c
16151 views
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