X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgradient-context.h;h=3e74865b1928b59b30ae84c1f0fe4043a700341b;hb=5ab9f562e7106ca0cfcdaf845092dae3644edeab;hp=80dfecd3a5a3762fa56047d8d295086cdd6bd3fe;hpb=484e9373386f07216f975bc4622772ffaab74c3d;p=inkscape.git diff --git a/src/gradient-context.h b/src/gradient-context.h index 80dfecd3a..3e74865b1 100644 --- a/src/gradient-context.h +++ b/src/gradient-context.h @@ -6,7 +6,9 @@ * * Authors: * bulia byak + * Johan Engelen * + * Copyright (C) 2007 Johan Engelen * Copyright (C) 2005 Authors * * Released under GNU GPL @@ -29,7 +31,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; };