diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/GLView.h b/src/GLView.h index dd896fc..7516894 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -39,6 +39,11 @@ public: double object_trans_z; GLint shaderinfo[11]; +#ifdef ENABLE_OPENCSG + bool opencsg_support; + int opencsg_id; +#endif + private: void (*renderfunc)(void*); void *renderfunc_vp; @@ -51,10 +56,6 @@ private: double w_h_ratio; -#ifdef ENABLE_OPENCSG - bool opencsg_support; -#endif - bool mouse_drag_active; int last_mouse_x; int last_mouse_y; |