diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GLView.h b/src/GLView.h index 3a36a15..8b281dd 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -79,6 +79,8 @@ private: void normalizeAngle(GLdouble& angle); #ifdef ENABLE_OPENCSG + bool is_opencsg_capable; + bool has_shaders; private slots: void display_opengl20_warning(); #endif |