summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gradient-context.h')
-rw-r--r--src/gradient-context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gradient-context.h b/src/gradient-context.h
index 80dfecd3a..e185157a1 100644
--- a/src/gradient-context.h
+++ b/src/gradient-context.h
@@ -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;
};