(Android) cut down on unneeded members in android_app struct

This commit is contained in:
twinaphex 2013-01-01 04:11:44 +01:00
parent 0755b6b579
commit a16800bc79

View File

@ -36,7 +36,6 @@ struct android_app
AInputQueue* inputQueue;
ANativeWindow* window;
ARect contentRect;
int activityState;
pthread_mutex_t mutex;
@ -48,11 +47,8 @@ struct android_app
pthread_t thread;
int running;
int stateSaved;
int redrawNeeded;
AInputQueue* pendingInputQueue;
ANativeWindow* pendingWindow;
ARect pendingContentRect;
};
enum {