comparison src/video/android/SDL_androidvideo.h @ 4981:55b82067815b

Fill in the video mode with the correct screen format
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2011 14:29:01 -0800
parents d40bb3165d2b
children a514bfe6952a
comparison
equal deleted inserted replaced
4980:d9fdff945ec9 4981:55b82067815b
24 #ifndef _SDL_androidvideo_h 24 #ifndef _SDL_androidvideo_h
25 #define _SDL_androidvideo_h 25 #define _SDL_androidvideo_h
26 26
27 #include "../SDL_sysvideo.h" 27 #include "../SDL_sysvideo.h"
28 28
29 #endif /* _SDL_ndsvideo_h */ 29 /* Called by the JNI layer when the screen changes size or format */
30 extern void Android_SetScreenResolution(int width, int height, Uint32 format);
31
32 #endif /* _SDL_androidvideo_h */
30 33
31 /* vi: set ts=4 sw=4 expandtab: */ 34 /* vi: set ts=4 sw=4 expandtab: */