Ridiculously CPU-chewey rect select (for sustained notes only ATM).

git-svn-id: svn://localhost/ardour2/trunk@2261 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2007-08-07 00:09:22 +00:00
parent d07f541cdf
commit f92be1e34c
5 changed files with 48 additions and 7 deletions

View file

@ -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; }