From 95ec206b36ba00488a3ac11782dca7ca93785b24 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 19 May 2021 19:43:59 +1000 Subject: [PATCH] [client] x11: cosmetics --- client/displayservers/X11/x11.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/displayservers/X11/x11.c b/client/displayservers/X11/x11.c index 4677fe54..e557f3b0 100644 --- a/client/displayservers/X11/x11.c +++ b/client/displayservers/X11/x11.c @@ -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); }