Mercurial > sdl-ios-xcode
diff src/video/android/SDL_androidvideo.h @ 4998:a514bfe6952a
The window is changed to reflect the actual screen dimensions, for now.
Implemented SDL_SetWindowTitle(), which turned out to be fairly complex
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Jan 2011 15:10:17 -0800 |
parents | 55b82067815b |
children | 77df56570442 |
line wrap: on
line diff
--- a/src/video/android/SDL_androidvideo.h Thu Jan 13 12:36:59 2011 -0800 +++ b/src/video/android/SDL_androidvideo.h Thu Jan 13 15:10:17 2011 -0800 @@ -29,6 +29,12 @@ /* Called by the JNI layer when the screen changes size or format */ extern void Android_SetScreenResolution(int width, int height, Uint32 format); +/* Private display data */ + +extern int Android_ScreenWidth; +extern int Android_ScreenHeight; +extern Uint32 Android_ScreenFormat; + #endif /* _SDL_androidvideo_h */ /* vi: set ts=4 sw=4 expandtab: */