summaryrefslogtreecommitdiffstats
path: root/src/node-context.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-05 21:25:44 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-05 21:25:44 +0000
commit4fbfb20a2c741c546e5f6d3e6711a0e43244ff19 (patch)
treedb9ede9dffd2412b8b0bfc2a658b77917809bc71 /src/node-context.h
parentNew menu command to quickly create guides around page (diff)
downloadinkscape-4fbfb20a2c741c546e5f6d3e6711a0e43244ff19.tar.gz
inkscape-4fbfb20a2c741c546e5f6d3e6711a0e43244ff19.zip
Add flashing outline of path when hovering over it. (coded in 20 minutes so perhaps buggy)
Will be put under a preference, for those who want it. (bzr r4971)
Diffstat (limited to 'src/node-context.h')
-rw-r--r--src/node-context.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/node-context.h b/src/node-context.h
index cf53635d1..a885a063a 100644
--- a/src/node-context.h
+++ b/src/node-context.h
@@ -14,6 +14,7 @@
#include <sigc++/sigc++.h>
#include "event-context.h"
#include "forward.h"
+#include "display/display-forward.h"
#include "nodepath.h"
struct SPKnotHolder;
namespace Inkscape { class Selection; }
@@ -52,9 +53,12 @@ struct SPNodeContext {
bool cursor_drag;
- bool added_node;
+ bool added_node;
- unsigned int current_state;
+ unsigned int current_state;
+
+ SPItem * flashed_item;
+ Inkscape::Display::TemporaryItem * flash_tempitem;
};
struct SPNodeContextClass {