mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-21 17:21:44 +00:00
windows/gles: correct indentation
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
(cherry picked from commit 654965a628
)
This commit is contained in:

committed by
Sam Lantinga

parent
e6e654e25c
commit
479bc2d5ed
@@ -96,10 +96,12 @@ void WIN_GLES_DeleteContext(_THIS, SDL_GLContext context)
|
|||||||
WIN_GLES_UnloadLibrary(_this);
|
WIN_GLES_UnloadLibrary(_this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* *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 = (SDL_WindowData *)window->driverdata;
|
SDL_WindowData *windowdata = (SDL_WindowData *)window->driverdata;
|
||||||
|
Reference in New Issue
Block a user