X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftitler%2Ftitlerwindow.h;h=4dcaa6ddd8c6e9216424ab17a2fc1623f7064c66;hb=269d410062641e8f0094e73f87a3d9900c69dfd4;hp=99cd3e18588a780b4ea35b6b48294388655136e7;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/titler/titlerwindow.h b/cinelerra-5.1/plugins/titler/titlerwindow.h index 99cd3e18..4dcaa6dd 100644 --- a/cinelerra-5.1/plugins/titler/titlerwindow.h +++ b/cinelerra-5.1/plugins/titler/titlerwindow.h @@ -503,6 +503,7 @@ class TitleColorThread : public ColorPicker public: TitleColorThread(TitleMain *client, TitleWindow *window, int is_outline); virtual int handle_new_color(int output, int alpha); + void handle_done_event(int result); TitleMain *client; TitleWindow *window; int is_outline;