summaryrefslogtreecommitdiff
path: root/games-arcade/spout/files/spout-1.3-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/spout/files/spout-1.3-fno-common.patch')
-rw-r--r--games-arcade/spout/files/spout-1.3-fno-common.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/games-arcade/spout/files/spout-1.3-fno-common.patch b/games-arcade/spout/files/spout-1.3-fno-common.patch
new file mode 100644
index 000000000000..37c1098b0826
--- /dev/null
+++ b/games-arcade/spout/files/spout-1.3-fno-common.patch
@@ -0,0 +1,18 @@
+--- 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;