summaryrefslogtreecommitdiff
path: root/gtk2_ardour/imageframe_socket_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/imageframe_socket_handler.h')
-rw-r--r--gtk2_ardour/imageframe_socket_handler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/imageframe_socket_handler.h b/gtk2_ardour/imageframe_socket_handler.h
index 5af1824417..4dd8d69650 100644
--- a/gtk2_ardour/imageframe_socket_handler.h
+++ b/gtk2_ardour/imageframe_socket_handler.h
@@ -195,7 +195,7 @@ class ImageFrameSocketHandler : public sigc::trackable
* @param src the identity of the object that initiated the change
* @param item the time axis item whos position has changed
*/
- void send_imageframe_view_position_change(jack_nframes_t pos, void* src, ImageFrameView* item) ;
+ void send_imageframe_view_position_change(nframes_t pos, void* src, ImageFrameView* item) ;
/**
* Send a Image Frame View item duration changed message
@@ -204,7 +204,7 @@ class ImageFrameSocketHandler : public sigc::trackable
* @param src the identity of the object that initiated the change
* @param item the item which has had a duration change
*/
- void send_imageframe_view_duration_change(jack_nframes_t dur, void* src, ImageFrameView* item) ;
+ void send_imageframe_view_duration_change(nframes_t dur, void* src, ImageFrameView* item) ;
/**
* Send a message indicating that an ImageFrameView has been renamed
@@ -234,7 +234,7 @@ class ImageFrameSocketHandler : public sigc::trackable
* @param src the identity of the object that initiated the change
* @param item the time axis item whos position has changed
*/
- void send_marker_view_position_change(jack_nframes_t pos, void* src, MarkerView* item) ;
+ void send_marker_view_position_change(nframes_t pos, void* src, MarkerView* item) ;
/**
* Send a Marker View item duration changed message
@@ -243,7 +243,7 @@ class ImageFrameSocketHandler : public sigc::trackable
* @param src the identity of the object that initiated the change
* @param item the time axis item whos position has changed
*/
- void send_marker_view_duration_change(jack_nframes_t dur, void* src, MarkerView* item) ;
+ void send_marker_view_duration_change(nframes_t dur, void* src, MarkerView* item) ;
/**
* Send a message indicating that a MarkerView has been renamed