summaryrefslogtreecommitdiffstats
path: root/src/tools-switch.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-02-16 01:16:56 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-02-16 01:16:56 +0000
commita59cb6955c69aa0a97c44995cc0ab1ad94c796de (patch)
tree760cacbea0d06997b21db77ba6fbd0b1d985a7c9 /src/tools-switch.h
parentutilities for getting style at cursor, placing cursor at iterator or coordina... (diff)
downloadinkscape-a59cb6955c69aa0a97c44995cc0ab1ad94c796de.tar.gz
inkscape-a59cb6955c69aa0a97c44995cc0ab1ad94c796de.zip
make doubleclick not only switch to text but also position cursor
(bzr r7300)
Diffstat (limited to 'src/tools-switch.h')
-rw-r--r--src/tools-switch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools-switch.h b/src/tools-switch.h
index 38b83b226..36dd8f80b 100644
--- a/src/tools-switch.h
+++ b/src/tools-switch.h
@@ -40,7 +40,7 @@ enum {
int tools_isactive(SPDesktop *dt, unsigned num);
int tools_active(SPDesktop *dt);
void tools_switch(SPDesktop *dt, int num);
-void tools_switch_by_item (SPDesktop *dt, SPItem *item);
+void tools_switch_by_item (SPDesktop *dt, SPItem *item, Geom::Point const p);
#endif /* !SEEN_TOOLS_SWITCH_H */