1.1 --- a/src/video/android/SDL_androidvideo.h Tue Jun 19 12:29:53 2012 -0400
1.2 +++ b/src/video/android/SDL_androidvideo.h Tue Jun 19 13:57:42 2012 -0300
1.3 @@ -23,6 +23,7 @@
1.4 #ifndef _SDL_androidvideo_h
1.5 #define _SDL_androidvideo_h
1.6
1.7 +#include "SDL_mutex.h"
1.8 #include "../SDL_sysvideo.h"
1.9
1.10 /* Called by the JNI layer when the screen changes size or format */
1.11 @@ -33,8 +34,10 @@
1.12 extern int Android_ScreenWidth;
1.13 extern int Android_ScreenHeight;
1.14 extern Uint32 Android_ScreenFormat;
1.15 +extern SDL_sem *Android_PauseSem, *Android_ResumeSem;
1.16 extern SDL_Window *Android_Window;
1.17
1.18 +
1.19 #endif /* _SDL_androidvideo_h */
1.20
1.21 /* vi: set ts=4 sw=4 expandtab: */