summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-note.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-07 00:09:22 +0000
committerDavid Robillard <d@drobilla.net>2007-08-07 00:09:22 +0000
commitf92be1e34c7fa2f25f36c23974045bce22a5049f (patch)
tree5b9dad350e4dce428b518415483f00d5335a8c9b /gtk2_ardour/canvas-note.h
parentd07f541cdf2caaf0034eef4a294f14d84c963ae8 (diff)
Ridiculously CPU-chewey rect select (for sustained notes only ATM).
git-svn-id: svn://localhost/ardour2/trunk@2261 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/canvas-note.h')
-rw-r--r--gtk2_ardour/canvas-note.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/canvas-note.h b/gtk2_ardour/canvas-note.h
index cd79b6d2ff..398d7d1abb 100644
--- a/gtk2_ardour/canvas-note.h
+++ b/gtk2_ardour/canvas-note.h
@@ -35,6 +35,11 @@ public:
{
}
+ double x1() { return property_x1(); }
+ double y1() { return property_y1(); }
+ double x2() { return property_x2(); }
+ double y2() { return property_y2(); }
+
void set_outline_color(uint32_t c) { property_outline_color_rgba() = c; }
void set_fill_color(uint32_t c) { property_fill_color_rgba() = c; }