]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/CanvasWidget.hxx
Fix windows build
[flightgear.git] / src / GUI / CanvasWidget.hxx
index 403523b255f5ec587d560e0552f5173bc11c3b21..a91193814eb6973998f3b5a3e069eac23782ba9c 100644 (file)
@@ -36,19 +36,13 @@ class CanvasWidget:
     CanvasMgr  *_canvas_mgr; // TODO maybe we should store this in some central
                              // location or make it static...
 
-    GLuint              _tex_id;    //<! OpenGL texture id if canvas
-    size_t              _no_tex_cnt;//<! Count since how many frames we were not
-                                    //   able to get the texture (for debugging)
     simgear::canvas::CanvasPtr _canvas;
-    SGPropertyNode     *_mouse_x,
-                       *_mouse_y,
-                       *_mouse_down,
-                       *_mouse_drag;
 
     float _last_x,
           _last_y;
 
-    static SGPropertyNode_ptr _time;
+    static SGPropertyNode_ptr _time,
+                              _view_height;
 };
 
 #endif /* CANVASWIDGET_HXX_ */