Code

drop more missing files from autoconf
[inkscape.git] / src / rubberband.h
index 9dd0b6025e96cb08a825ef467ee4baa2b96c501b..36e9c4d8ec6e89e62c23525ae53769160cf3d4bd 100644 (file)
@@ -34,6 +34,7 @@ public:
     void move(NR::Point const &p);
     NR::Maybe<NR::Rect> getRectangle() const;
     void stop();
+    bool is_started();
 
     static Rubberband* get();
 
@@ -46,6 +47,7 @@ private:
     NR::Point _start;
     NR::Point _end;
     CtrlRect *_canvas;
+    bool _started;
 };
 
 }