mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-17 20:11:17 +00:00
[client] x11: cosmetics
This commit is contained in:
parent
a7e4d9ec68
commit
95ec206b36
@ -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…
x
Reference in New Issue
Block a user