summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2006-09-02 02:54:04 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2006-09-02 02:54:04 +0000
commitcb17e3cc81c364ed0ea7f4620d745aefe691386a (patch)
treedba54300f1883f30794c5f706930bfac48e5a470 /gtk2_ardour/route_ui.h
parent9b578bfff23fccaa97b9d38d12e780a599f39982 (diff)
make autoscroll a bit easier to use, fix missing measure lines when moving the editor pane, slight optimisation(?) of canvas-simplerect (seems to make a difference to me), fix dirty pixels when moving regions across tracks sometimes. some code cleanup.
git-svn-id: svn://localhost/ardour2/trunk@885 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 8a257028e9..ea86041986 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -87,11 +87,11 @@ class RouteUI : public virtual AxisView
XMLNode* get_child_xml_node (const string & childname);
- gint mute_press(GdkEventButton*);
- gint mute_release(GdkEventButton*);
- gint solo_press(GdkEventButton*);
- gint solo_release(GdkEventButton*);
- gint rec_enable_press(GdkEventButton*);
+ bool mute_press(GdkEventButton*);
+ bool mute_release(GdkEventButton*);
+ bool solo_press(GdkEventButton*);
+ bool solo_release(GdkEventButton*);
+ bool rec_enable_press(GdkEventButton*);
void solo_changed(void*);
void mute_changed(void*);