tweak demo a bit and add 'exit' to X11 window

This commit is contained in:
erwincoumans
2013-05-23 10:23:08 -07:00
parent a2553cbdad
commit 6bfa60c365
3 changed files with 7 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ class X11OpenGLWindow : public b3gWindowInterface
struct InternalData2* m_data;
bool m_OpenGLInitialized;
bool m_requestedExit;
protected: