mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:21:57 +00:00
[client] x11: cosmetics
This commit is contained in:
parent
a7e4d9ec68
commit
95ec206b36
1 changed files with 2 additions and 1 deletions
|
@ -930,7 +930,8 @@ static EGLNativeWindowType x11GetEGLNativeWindow(void)
|
||||||
return (EGLNativeWindowType)x11.window;
|
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);
|
eglSwapBuffers(display, surface);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue