Rename frontend_android.h to platform_android.h

This commit is contained in:
twinaphex 2013-11-03 17:02:40 +01:00
parent fe66f57406
commit e3ebfbffa9
6 changed files with 8 additions and 12 deletions

View File

@ -20,7 +20,7 @@
#include <unistd.h>
#include <dlfcn.h>
#include "input_autodetect.h"
#include "../../../frontend/frontend_android.h"
#include "../../../frontend/platform/platform_android.h"
#include "../../../input/input_common.h"
#include "../../../performance.h"
#include "../../../general.h"

View File

@ -14,7 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "../../../frontend/frontend_android.h"
#include "../../../frontend/platform/platform_android.h"
#include "jni_macros.h"
#include "input_autodetect.h"

View File

@ -21,7 +21,7 @@
#include <string.h>
#include <sys/resource.h>
#include "../frontend_android.h"
#include "platform_android.h"
#include "../../android/native/jni/jni_macros.h"
#include "../../conf/config_file.h"

View File

@ -15,8 +15,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _FRONTEND_ANDROID_H
#define _FRONTEND_ANDROID_H
#ifndef _PLATFORM_ANDROID_H
#define _PLATFORM_ANDROID_H
#include <poll.h>
#include <sched.h>
@ -25,7 +25,7 @@
#include <android/native_activity.h>
#include <android/window.h>
#include "../thread.h"
#include "../../thread.h"
struct android_app
{
@ -151,4 +151,4 @@ extern void engine_handle_cmd(void);
extern struct android_app *g_android;
#endif /* _FRONTEND_ANDROID_H */
#endif /* _PLATFORM_ANDROID_H */

View File

@ -21,7 +21,7 @@
#include <EGL/egl.h>
#include "../../frontend/frontend_android.h"
#include "../../frontend/platform/platform_android.h"
#include "../image.h"
#include "../fonts/gl_font.h"

View File

@ -51,10 +51,6 @@
#include "shader_common.h"
#ifdef ANDROID
#include "../frontend/frontend_android.h"
#endif
// Used for the last pass when rendering to the back buffer.
static const GLfloat vertexes_flipped[] = {
0, 1,