wayland: Add bits required to run as a wayland client.

This commit is contained in:
Scott Moreau
2014-01-19 09:11:07 -07:00
parent 3b25bf2f14
commit 84aa98a5a4
9 changed files with 105 additions and 80 deletions

View File

@ -120,6 +120,11 @@ void cXInterface::UpdateFPSDisplay(const char *text)
XStoreName(GLWin.evdpy, GLWin.win, text);
}
void cXInterface::SwapBuffers()
{
eglSwapBuffers(GLWin.egl_dpy, GLWin.egl_surf);
}
void cXInterface::XEventThread()
#else
void cX11Window::CreateXWindow(void)