1.1 --- a/src/video/android/SDL_androidvideo.h Thu Jan 13 12:36:59 2011 -0800
1.2 +++ b/src/video/android/SDL_androidvideo.h Thu Jan 13 15:10:17 2011 -0800
1.3 @@ -29,6 +29,12 @@
1.4 /* Called by the JNI layer when the screen changes size or format */
1.5 extern void Android_SetScreenResolution(int width, int height, Uint32 format);
1.6
1.7 +/* Private display data */
1.8 +
1.9 +extern int Android_ScreenWidth;
1.10 +extern int Android_ScreenHeight;
1.11 +extern Uint32 Android_ScreenFormat;
1.12 +
1.13 #endif /* _SDL_androidvideo_h */
1.14
1.15 /* vi: set ts=4 sw=4 expandtab: */