Fix compilation when opengl isn't present
svn path=/trunk/KDE/kdebase/workspace/; revision=714021
This commit is contained in:
parent
a9f43bbf30
commit
43f4a6a15b
1 changed files with 2 additions and 0 deletions
|
@ -67,8 +67,10 @@ private:
|
|||
bool mEnableVSync;
|
||||
bool mEnableDirectRendering;
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
GLXContext mGLContext;
|
||||
Window mGLWindow;
|
||||
#endif
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue