Fix compilation when opengl isn't present

svn path=/trunk/KDE/kdebase/workspace/; revision=714021
This commit is contained in:
Rivo Laks 2007-09-18 14:48:01 +00:00
parent a9f43bbf30
commit 43f4a6a15b

View file

@ -67,8 +67,10 @@ private:
bool mEnableVSync;
bool mEnableDirectRendering;
#ifdef HAVE_OPENGL
GLXContext mGLContext;
Window mGLWindow;
#endif
};
}