summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-12 04:24:29 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-12 04:24:29 +0000
commit570e002e867c207dc242dd11d926b277c9c8a54e (patch)
tree1eefca3a0141a08060cd59513785c294540c8de4 /gtk2_ardour/marker.h
parent51c333a7b3abe11dbe5c20234d92eb1ff16a30bb (diff)
cleanup debug output; more completion of canvas line+rect height fixes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2903 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/marker.h')
-rw-r--r--gtk2_ardour/marker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/marker.h b/gtk2_ardour/marker.h
index d494af839f..1a53726ede 100644
--- a/gtk2_ardour/marker.h
+++ b/gtk2_ardour/marker.h
@@ -57,7 +57,7 @@ class Marker : public PBD::Destructible
ArdourCanvas::Item& the_item() const;
- void add_line (ArdourCanvas::Group*, double initial_height);
+ void add_line (ArdourCanvas::Group*, double y_origin, double initial_height);
void show_line ();
void hide_line ();
void set_line_vpos (double y_origin, double height);