ffmpeg seek fixes, asset only pastes, plugin info, remove vocoder, misc fixes
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.h
index 66d13255f86bb2b59bd7782586923dcd127104de..442a8245f5c7e43ae09efa699c066fcfb216d37d 100644 (file)
@@ -45,6 +45,7 @@ public:
                          int position);
        ~BC_ListBoxYScroll();
        int handle_event();
+       int update_length(int64_t length, int64_t position, int64_t handlelength, int flush);
 private:
        BC_ListBox *listbox;
 };
@@ -58,6 +59,7 @@ public:
                          int position);
        ~BC_ListBoxXScroll();
        int handle_event();
+       int update_length(int64_t length, int64_t position, int64_t handlelength, int flush);
 private:
        BC_ListBox *listbox;
 };