summaryrefslogtreecommitdiff
path: root/games-arcade/spout/files/spout-1.3-fno-common.patch
blob: 37c1098b08260a99ab8656536923e1dbe9406fc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;