aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodeView.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-03 02:30:49 +0000
committerDavid Robillard <d@drobilla.net>2007-12-03 02:30:49 +0000
commitdc7462b087b364a97b5e4a562f78872d473390d2 (patch)
treee1b57757579e740361b5f136daec0f3b6f6c2f80 /src/gui/NodeView.hpp
parenta0a33bed097b486140fc39b642cbee3780c38129 (diff)
downloadmachina-dc7462b087b364a97b5e4a562f78872d473390d2.tar.gz
machina-dc7462b087b364a97b5e4a562f78872d473390d2.tar.bz2
machina-dc7462b087b364a97b5e4a562f78872d473390d2.zip
Several machina-style canvas improvements (colour edges, edge handles, better colour choices, etc).
git-svn-id: http://svn.drobilla.net/lad/machina@941 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeView.hpp')
-rw-r--r--src/gui/NodeView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp
index a0dd5b8..bc94efa 100644
--- a/src/gui/NodeView.hpp
+++ b/src/gui/NodeView.hpp
@@ -43,6 +43,7 @@ private:
Gtk::Window* _window;
SharedPtr<Machina::Node> _node;
+ uint32_t _default_border_color;
uint32_t _old_color;
};