You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/spout/files/spout-1.3-fno-common.patch

19 lines
279 B

--- a/piece.c
+++ b/piece.c
@@ -11,6 +11,7 @@
SDL_Surface *video, *layer;
SDL_Rect layerRect;
+int zoom, fullscreen;
unsigned char *vBuffer = NULL;
--- a/piece.h
+++ b/piece.h
@@ -53,4 +53,4 @@
int pcePadGet ();
-int zoom, fullscreen;
+extern int zoom, fullscreen;