summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_gain_line.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-01-11 19:36:29 +0000
committerCarl Hetherington <carl@carlh.net>2010-01-11 19:36:29 +0000
commit37dd777c9acf3d80a6fb0f2b20e10fb0de61414d (patch)
tree0da8990f57bc299d1e50e7c62de642456deb4532 /gtk2_ardour/region_gain_line.h
parentdbff8105ab7fd67d9e458f7e87620b9151fa1ba8 (diff)
Fix confusion about last_pointer_* variables under snap.
Update verbose canvas cursor correctly when automation point drags are clamped. Clamp multi-point automation drags horizontally. git-svn-id: svn://localhost/ardour2/branches/3.0@6474 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_gain_line.h')
-rw-r--r--gtk2_ardour/region_gain_line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_gain_line.h b/gtk2_ardour/region_gain_line.h
index 0f16372287..c781f20228 100644
--- a/gtk2_ardour/region_gain_line.h
+++ b/gtk2_ardour/region_gain_line.h
@@ -38,7 +38,7 @@ class AudioRegionGainLine : public AutomationLine
public:
AudioRegionGainLine (const std::string & name, AudioRegionView&, ArdourCanvas::Group& parent, boost::shared_ptr<ARDOUR::AutomationList>);
- void start_drag_single (ControlPoint*, nframes_t x, float fraction);
+ void start_drag_single (ControlPoint*, double, float);
void end_drag ();
void remove_point (ControlPoint&);