add drag edit render_handle_frame
[goodguy/history.git] / cinelerra-5.1 / cinelerra / trackcanvas.h
index 2bda2ea97aad50e154796144750399e0aa5b7fad..59f58c308e7f90ab6a1600225d691803402422c4 100644 (file)
@@ -84,7 +84,8 @@ public:
        void draw_overlays();
        void update_handles();
 // Convert edit coords to transition coords
-       void get_transition_coords(int64_t &x, int64_t &y, int64_t &w, int64_t &h);
+       void get_transition_coords(Edit *edit,
+               int64_t &x, int64_t &y, int64_t &w, int64_t &h);
        void get_handle_coords(Edit *edit,
                int64_t &x,
                int64_t &y,
@@ -351,6 +352,7 @@ public:
        double time_visible();
        void update_drag_handle();
        int update_drag_edit();
+       int render_handle_frame(EDL *edl, int64_t pos, int mode);
        int update_drag_floatauto(int cursor_x, int cursor_y);
        int update_drag_toggleauto(int cursor_x, int cursor_y);
        int update_drag_auto(int cursor_x, int cursor_y);