summaryrefslogtreecommitdiff
path: root/gtk2_ardour/imageframe_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-09-09 02:09:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-09-09 02:09:04 +0000
commit5328a114c93f14178a5d5b97d7a6b95ea007552e (patch)
tree6088a761d83fe6e18529000735cf725c031e9519 /gtk2_ardour/imageframe_view.h
parent1bf79fa88502a156a71cd3d2de35aa234950c40c (diff)
time line items now have 64 bit location + duration; start making note resize apply across regions
git-svn-id: svn://localhost/ardour2/branches/3.0@5642 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/imageframe_view.h')
-rw-r--r--gtk2_ardour/imageframe_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/imageframe_view.h b/gtk2_ardour/imageframe_view.h
index db83264e46..2026853654 100644
--- a/gtk2_ardour/imageframe_view.h
+++ b/gtk2_ardour/imageframe_view.h
@@ -90,7 +90,7 @@ class ImageFrameView : public TimeAxisViewItem
* @param src the identity of the object that initiated the change
* @return true if the position change was a success, false otherwise
*/
- virtual bool set_position(nframes_t pos, void* src, double* delta = 0) ;
+ virtual bool set_position(nframes64_t pos, void* src, double* delta = 0) ;
/**
* Sets the duration of this item
@@ -99,7 +99,7 @@ class ImageFrameView : public TimeAxisViewItem
* @param src the identity of the object that initiated the change
* @return true if the duration change was succesful, false otherwise
*/
- virtual bool set_duration(nframes_t dur, void* src) ;
+ virtual bool set_duration(nframes64_t dur, void* src) ;
//---------------------------------------------------------------------------------------//
// Parent Component Methods