Implement Selection Marker class and events

This commit is contained in:
Robin Gareus 2023-05-17 01:44:26 +02:00
parent cfba965db3
commit 1ee2675716
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 30 additions and 0 deletions

View file

@ -1728,6 +1728,7 @@ private:
bool canvas_ruler_event (GdkEvent* event, ArdourCanvas::Item*, ItemType);
bool canvas_ruler_bar_event (GdkEvent* event, ArdourCanvas::Item*, ItemType, std::string const&);
bool canvas_selection_marker_event (GdkEvent* event, ArdourCanvas::Item*);
bool canvas_videotl_bar_event (GdkEvent* event, ArdourCanvas::Item*);
void update_video_timeline (bool flush = false);