summaryrefslogtreecommitdiffstats
path: root/src/connector-context.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-27 22:05:16 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-27 22:05:16 +0000
commit9b2956fbaefb4e12bad3fc359c47e5923f33bb41 (patch)
tree376539d6ec4ebeeb82f5f34e190f0f9bceb77993 /src/connector-context.h
parentRemoved some unused files; more refactoring in EventContext tree. (diff)
downloadinkscape-9b2956fbaefb4e12bad3fc359c47e5923f33bb41.tar.gz
inkscape-9b2956fbaefb4e12bad3fc359c47e5923f33bb41.zip
various changes
(bzr r11608.1.105)
Diffstat (limited to 'src/connector-context.h')
-rw-r--r--src/connector-context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connector-context.h b/src/connector-context.h
index 44f3cd3c0..1071bdced 100644
--- a/src/connector-context.h
+++ b/src/connector-context.h
@@ -103,6 +103,9 @@ public:
virtual gint item_handler(SPItem* item, GdkEvent* event);
virtual const std::string& getPrefsPath();
+
+private:
+ void selection_changed(Inkscape::Selection *selection);
};
void cc_selection_set_avoid(bool const set_ignore);