diff src/SDL_android.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 8d7315668e35
children 6a10693e66c3
line wrap: on
line diff
--- a/src/SDL_android.h	Thu Jan 13 12:36:59 2011 -0800
+++ b/src/SDL_android.h	Thu Jan 13 15:10:17 2011 -0800
@@ -31,6 +31,7 @@
 /* Interface from the SDL library into the Android Java activity */
 void Android_JNI_CreateContext();
 void Android_JNI_SwapWindow();
+void Android_JNI_SetActivityTitle(const char *title);
 
 // Audio support
 int Android_JNI_OpenAudioDevice(int sampleRate, int is16Bit, int channelCount, int desiredBufferFrames);