Mercurial > sdl-ios-xcode
diff android/testproject/jni/lesson05.c @ 4716:f2c2a33a1a38
Added resize hander stub and initial screen size setter
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Tue, 27 Jul 2010 10:49:11 +0200 |
parents | 9bb98766eed0 |
children | d59792d2c3ae |
line wrap: on
line diff
--- a/android/testproject/jni/lesson05.c Tue Jul 27 10:20:22 2010 +0200 +++ b/android/testproject/jni/lesson05.c Tue Jul 27 10:49:11 2010 +0200 @@ -27,7 +27,7 @@ /* screen width, height, and bit depth */ #define SCREEN_WIDTH 320 -#define SCREEN_HEIGHT 480 +#define SCREEN_HEIGHT 430 #define SCREEN_BPP 16 /* Define our booleans */