mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-02 07:27:19 +08:00
windows/gles: correct indentation
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Sam Lantinga
parent
5d3cf61e8b
commit
654965a628
@@ -101,10 +101,12 @@ int WIN_GLES_DeleteContext(_THIS, SDL_GLContext context)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* *INDENT-OFF* */ /* clang-format off */
|
||||||
SDL_EGL_SwapWindow_impl(WIN)
|
SDL_EGL_SwapWindow_impl(WIN)
|
||||||
SDL_EGL_MakeCurrent_impl(WIN)
|
SDL_EGL_MakeCurrent_impl(WIN)
|
||||||
|
/* *INDENT-ON* */ /* clang-format on */
|
||||||
|
|
||||||
int WIN_GLES_SetupWindow(_THIS, SDL_Window *window)
|
int WIN_GLES_SetupWindow(_THIS, SDL_Window *window)
|
||||||
{
|
{
|
||||||
/* The current context is lost in here; save it and reset it. */
|
/* The current context is lost in here; save it and reset it. */
|
||||||
SDL_WindowData *windowdata = window->driverdata;
|
SDL_WindowData *windowdata = window->driverdata;
|
||||||
|
|||||||
Reference in New Issue
Block a user