X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnode-context.h;h=cf53635d1835a5cba437144290131332b634625e;hb=b93042846520d88136cc3f211ec0a4adc60780cf;hp=fae95cf433ee33a133c213eadcc87f53757911be;hpb=e9f66287a57ce7990d83927da9fd400bd5bcf5f8;p=inkscape.git diff --git a/src/node-context.h b/src/node-context.h index fae95cf43..cf53635d1 100644 --- a/src/node-context.h +++ b/src/node-context.h @@ -36,7 +36,7 @@ struct SPNodeContext { guint drag : 1; - Inkscape::NodePath::Path *nodepath; + ShapeEditor* shape_editor; gboolean leftalt; gboolean rightalt; @@ -50,16 +50,11 @@ struct SPNodeContext { Inkscape::MessageContext *_node_message_context; - double grab_t; - int grab_node; // number of node grabbed by sp_node_context_is_over_stroke - bool hit; - NR::Point curvepoint_event; // int coords from event - NR::Point curvepoint_doc; // same, in doc coords bool cursor_drag; - bool added_node; + bool added_node; - unsigned int current_state; + unsigned int current_state; }; struct SPNodeContextClass {