Code

Upgraded gradient tool =)
[inkscape.git] / src / gradient-context.h
index 80dfecd3a5a3762fa56047d8d295086cdd6bd3fe..e185157a16b1df9e3a285588dae7d8ebd61af16e 100644 (file)
@@ -29,7 +29,13 @@ class SPGradientContextClass;
 struct SPGradientContext : public SPEventContext {
 
     NR::Point origin;
+        
+    bool cursor_addnode;
+    
+    bool node_added;
 
+    NR::Point mousepoint_doc; // stores mousepoint when over_line in doc coords
+        
     Inkscape::MessageContext *_message_context;
 };