[client] x11: cosmetics

This commit is contained in:
Geoffrey McRae 2021-05-19 19:43:59 +10:00
parent a7e4d9ec68
commit 95ec206b36

View File

@ -930,7 +930,8 @@ static EGLNativeWindowType x11GetEGLNativeWindow(void)
return (EGLNativeWindowType)x11.window;
}
static void x11EGLSwapBuffers(EGLDisplay display, EGLSurface surface, const struct Rect * damage, int count)
static void x11EGLSwapBuffers(EGLDisplay display, EGLSurface surface,
const struct Rect * damage, int count)
{
eglSwapBuffers(display, surface);
}