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

@ -37,6 +37,7 @@ public:
void DestroyWindow(void);
void UpdateFPSDisplay(const char *text);
void ToggleFullscreen(bool fullscreen);
void SwapBuffers();
};
#endif