X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_display_egl.c;h=896b61acbf9191ed432a988d3bb887e3888429ef;hb=71b402b58a952aeec8d902edeec8954464f10323;hp=4bf328356e827aa018c5697d297b9c7dc674e1d6;hpb=d1cccef518bc222b3733706aa1e5776c6cb9fec9;p=freeglut diff --git a/src/egl/fg_display_egl.c b/src/egl/fg_display_egl.c index 4bf3283..896b61a 100644 --- a/src/egl/fg_display_egl.c +++ b/src/egl/fg_display_egl.c @@ -26,12 +26,8 @@ #include #include "fg_internal.h" -#include -#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "FreeGLUT", __VA_ARGS__)) - void fgPlatformGlutSwapBuffers( SFG_PlatformDisplay *pDisplayPtr, SFG_Window* CurrentWindow ) { - /* LOGI("Swap!"); */ if (!eglSwapBuffers(pDisplayPtr->egl.Display, CurrentWindow->Window.pContext.egl.Surface)) fgError("eglSwapBuffers: error %x\n", eglGetError()); }