summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-03-06 06:31:33 +0000
committerJon A. Cruz <jon@joncruz.org>2010-03-06 06:31:33 +0000
commit998e601fb0de79b7617fa9402eb36537041663c6 (patch)
tree7cfdef36123bbd82fe1ba8e2a37638eb87b4dc8b /src/gradient-context.h
parentNow webslicer-create-group respects the grouping hierarchy (diff)
downloadinkscape-998e601fb0de79b7617fa9402eb36537041663c6.tar.gz
inkscape-998e601fb0de79b7617fa9402eb36537041663c6.zip
New tab in Fill&Stroke dialog for swatch fills.
(bzr r9153)
Diffstat (limited to 'src/gradient-context.h')
-rw-r--r--src/gradient-context.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gradient-context.h b/src/gradient-context.h
index f4d8c572a..6f8a804ae 100644
--- a/src/gradient-context.h
+++ b/src/gradient-context.h
@@ -7,9 +7,10 @@
* Authors:
* bulia byak <buliabyak@users.sf.net>
* Johan Engelen <j.b.c.engelen@ewi.utwente.nl>
+ * Jon A. Cruz <jon@joncruz.org.
*
* Copyright (C) 2007 Johan Engelen
- * Copyright (C) 2005 Authors
+ * Copyright (C) 2005,2010 Authors
*
* Released under GNU GPL
*/
@@ -29,13 +30,13 @@ class SPGradientContextClass;
struct SPGradientContext : public SPEventContext {
Geom::Point origin;
-
+
bool cursor_addnode;
-
+
bool node_added;
Geom::Point mousepoint_doc; // stores mousepoint when over_line in doc coords
-
+
Inkscape::MessageContext *_message_context;
sigc::connection *selcon;