X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fandroid%2Ffg_runtime_android.c;h=d96f3af92d7b3f57073a903d8806924c93bb5b0c;hb=af47c3f93c7834b4006c49ec9df6a6ffdd3025de;hp=731c3080c4ef162dfeda4aed3dffb46995ebfc17;hpb=6007df5166d84833aaff3fbf820867cbfe4dbde3;p=freeglut diff --git a/src/android/fg_runtime_android.c b/src/android/fg_runtime_android.c index 731c308..d96f3af 100644 --- a/src/android/fg_runtime_android.c +++ b/src/android/fg_runtime_android.c @@ -54,7 +54,7 @@ #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "FreeGLUT-jnicb", __VA_ARGS__)) #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "FreeGLUT-jnicb", __VA_ARGS__)) -/* Cf. freeglut_main_android.c */ +/* Cf. fg_main_android.c */ extern int32_t handle_input(struct android_app* app, AInputEvent* event); extern void handle_cmd(struct android_app* app, int32_t cmd);