add stacked edl editing, add sketcher/vframe line anti-aliasing
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / foreground / foreground.h
index 8036cb8b40367fd3a98b8469f5e2539887e7801c..bd57f639fd6e909de47d8fa9d1dfa59198a367b7 100644 (file)
@@ -72,6 +72,12 @@ public:
        void create_objects();
        void update();
 
+       int close_event() { return colors->close_gui(); }
+       int cursor_motion_event() { return colors->cursor_motion_gui(); }
+       int button_press_event() { return colors->button_press_gui(); }
+       int button_release_event() { return colors->button_release_gui(); }
+       void done_event(int result) { colors->close_gui(); }
+
        ForegroundMain *plugin;
        ForegroundColors *colors;
 };