Code

Implement selection linear grow
[inkscape.git] / src / node-context.h
index 922569d27a0fb1da270dd3a8700c217a687a4cbe..2345ffc7e798d7359aab7bc8eed6b3f8e37979b7 100644 (file)
@@ -11,6 +11,7 @@
  * This code is in public domain
  */
 
+#include <gtk/gtktypeutils.h>
 #include <sigc++/sigc++.h>
 #include "event-context.h"
 #include "forward.h"
@@ -37,8 +38,6 @@ struct SPNodeContext {
 
        guint drag : 1;
 
-       ShapeEditor* shape_editor;
-
        gboolean leftalt;
        gboolean rightalt;
        gboolean leftctrl;
@@ -58,6 +57,7 @@ struct SPNodeContext {
     unsigned int current_state;
  
     SPItem * flashed_item;
+       SPCanvasItem *grabbed;
     Inkscape::Display::TemporaryItem * flash_tempitem;
     int remove_flash_counter;
 };