remove theme-specific names from RC.in files, substitute them during build
[ardour.git] / gtk2_ardour / imageframe_view.h
index 1ef2af980acf58a4477b0515232c9c4f65f4c81f..49b29038c4739f01ca53650c0909691a45a35254 100644 (file)
@@ -65,8 +65,8 @@ class ImageFrameView : public TimeAxisViewItem
                        ImageFrameTimeAxisGroup* group,
                        double spu,
                        Gdk::Color& base_color,
-                       nframes_t start,
-                       nframes_t duration,
+                       framepos_t start,
+                       framecnt_t duration,
                        unsigned char* rgb_data,
                        uint32_t width,
                        uint32_t height,
@@ -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(nframes64_t pos, void* src, double* delta = 0) ;
+               virtual bool set_position(framepos_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(nframes64_t dur, void* src) ;
+               virtual bool set_duration(framepos_t dur, void* src) ;
 
                //---------------------------------------------------------------------------------------//
                // Parent Component Methods