Code

Implement selection linear grow
[inkscape.git] / src / node-context.h
index f266cc4135fbefefdaf8afd84ab995efd71cc41e..2345ffc7e798d7359aab7bc8eed6b3f8e37979b7 100644 (file)
@@ -38,8 +38,6 @@ struct SPNodeContext {
 
        guint drag : 1;
 
-       ShapeEditor* shape_editor;
-
        gboolean leftalt;
        gboolean rightalt;
        gboolean leftctrl;
@@ -59,6 +57,7 @@ struct SPNodeContext {
     unsigned int current_state;
  
     SPItem * flashed_item;
+       SPCanvasItem *grabbed;
     Inkscape::Display::TemporaryItem * flash_tempitem;
     int remove_flash_counter;
 };