X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fforeground%2Fforeground.h;h=bd57f639fd6e909de47d8fa9d1dfa59198a367b7;hb=HEAD;hp=8036cb8b40367fd3a98b8469f5e2539887e7801c;hpb=04293346a5ef49683cfa6ca3a98ef6cbfcdf7732;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/foreground/foreground.h b/cinelerra-5.1/plugins/foreground/foreground.h index 8036cb8b..bd57f639 100644 --- a/cinelerra-5.1/plugins/foreground/foreground.h +++ b/cinelerra-5.1/plugins/foreground/foreground.h @@ -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; };