summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-09-05 23:13:44 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-09-05 23:13:44 +0000
commitd7bde6dc00cccb9a8bd26d6c2fb38cb0b6914666 (patch)
tree60ce6d586175bd432402fba1f509b992935a5c04 /src/shape-editor.h
parentAdd libgio.dll to distro. Will need for gtk2.14, but good now, too. (diff)
downloadinkscape-d7bde6dc00cccb9a8bd26d6c2fb38cb0b6914666.tar.gz
inkscape-d7bde6dc00cccb9a8bd26d6c2fb38cb0b6914666.zip
undo last commit - here's a better way to fix this bug
(bzr r6768)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index c8f5aa419..4e7886957 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -16,6 +16,7 @@
#include <libnr/nr-forward.h>
namespace Inkscape { namespace NodePath { class Path; } }
+namespace Inkscape { namespace XML { class Node; } }
#include "libnr/nr-path-code.h"
#include "libnr/nr-point.h"
@@ -136,6 +137,8 @@ private:
bool hit;
NR::Point curvepoint_event; // int coords from event
NR::Point curvepoint_doc; // same, in doc coords
+
+ Inkscape::XML::Node *listener_attached_for;
};