enable opengl debugging on x11

This commit is contained in:
Eduardo Bart
2012-04-12 16:24:00 -03:00
parent a46a16738c
commit 879827bdbc
3 changed files with 37 additions and 13 deletions

View File

@@ -82,6 +82,7 @@ public:
bool isMaximized();
private:
GLXFBConfig *m_fbConfig;
Display *m_display;
XVisualInfo *m_visual;
Window m_window;