summaryrefslogtreecommitdiffstats
path: root/src/event-context.h
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2010-09-06 09:16:22 +0000
committerJasper van de Gronde <th.v.d.gronde@hccnet.nl>2010-09-06 09:16:22 +0000
commit17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad (patch)
tree7974c6e7493642ab70ff589bed0bcc71c09d75dc /src/event-context.h
parentmake hpgl document height compatible with dxf (Bug 487052) (diff)
downloadinkscape-17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad.tar.gz
inkscape-17fbfe1ce12dd215eb9a8984ff8da0ea4e2416ad.zip
Color preview in cursor
(bzr r9743)
Diffstat (limited to 'src/event-context.h')
-rw-r--r--src/event-context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event-context.h b/src/event-context.h
index 76c74e26c..fc22762fd 100644
--- a/src/event-context.h
+++ b/src/event-context.h
@@ -128,6 +128,8 @@ struct SPEventContext : public GObject {
DelayedSnapEvent *_delayed_snap_event;
bool _dse_callback_in_process;
+
+ char const * tool_url; ///< the (preferences) url for the tool (if a subclass corresponding to a tool is used)
};
/**