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
commit 84aa98a5a4
9 changed files with 105 additions and 80 deletions

View file

@ -28,7 +28,7 @@ void cInterfaceEGL::UpdateFPSDisplay(const char *text)
}
void cInterfaceEGL::Swap()
{
eglSwapBuffers(GLWin.egl_dpy, GLWin.egl_surf);
Platform.SwapBuffers();
}
void cInterfaceEGL::SwapInterval(int Interval)
{