improve resize flash operation, fixup xv grab/ungrab, fixup label updates
[goodguy/history.git] / cinelerra-5.1 / cinelerra / trackcanvas.h
index 396a7ff352047a220234faffc02dcf12a0770ed7..cfa9a9539501d81be4160e0716e8c5b42ff55fa2 100644 (file)
@@ -76,6 +76,9 @@ public:
        void draw_highlight_insertion(int x, int y, int w, int h);
        void draw_playback_cursor();
        void draw_highlighting();
+       void draw_keyframe_reticle();
+       int draw_hairline(Auto *auto_keyframe, int color);
+
 // User can either call draw or draw_overlays to copy a fresh
 // canvas and just draw the overlays over it
        void draw_overlays();
@@ -304,6 +307,7 @@ public:
        int do_tracks(int cursor_x,
                int cursor_y,
                int button_press);
+       int do_edit_popup();
        int test_resources(int cursor_x, int cursor_y);
        int do_plugins(int cursor_x,
                int cursor_y,