diff --git a/Fltk/openglWindow.h b/Fltk/openglWindow.h index bd72e8cf24b241c5d67266052965a9f6f9596c6c..0a418efb28e59e083793cab6c8c101987032007b 100644 --- a/Fltk/openglWindow.h +++ b/Fltk/openglWindow.h @@ -48,7 +48,8 @@ class openglWindow : public Fl_Gl_Window { mousePosition _click, _curr, _prev; drawContext *_ctx; double _point[3]; - int _selection, _trySelection, _trySelectionXYWH[4], _lassoXY[2]; + int _selection, _trySelection, _trySelectionXYWH[4]; + double _lassoXY[2]; void drawScreenMessage(); void drawBorder(); bool processSelectionBuffer(int type,