summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-05-22 06:54:16 +1000
committernick_m <mainsbridge@gmail.com>2015-05-22 06:54:16 +1000
commit784abd03e0d0d5ff38dbe2c97c8cce157c39e1d1 (patch)
tree3e868a7735611f3d3361b61712084a6868a10054 /gtk2_ardour/midi_region_view.h
parent37ee083931c6e57e0d5611ac909294126d92ba05 (diff)
Make note drags and resizes obey the disable sanp modifier.
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 37a66aa398..9c39fa1576 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -223,8 +223,8 @@ public:
*/
void begin_resizing(bool at_front);
- void update_resizing (NoteBase*, bool, double, bool, double);
- void commit_resizing (NoteBase*, bool, double, bool, double);
+ void update_resizing (NoteBase*, bool, double, bool, double, guint);
+ void commit_resizing (NoteBase*, bool, double, bool, double, guint);
void abort_resizing ();
/** Change the channel of the selection.