X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Fgradient%2Fgradient.h;h=736e975af0b156ae1536d8b12e2b66512bcfdcc9;hb=e5d1c3ec8b49e9e4cd31f30e991f52ab11de93b1;hp=715b5b5255983f5c73f51b38ebfd8ef5e13fcd3e;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/gradient/gradient.h b/cinelerra-5.1/plugins/gradient/gradient.h index 715b5b52..736e975a 100644 --- a/cinelerra-5.1/plugins/gradient/gradient.h +++ b/cinelerra-5.1/plugins/gradient/gradient.h @@ -171,7 +171,7 @@ public: }; -class GradientInColorThread : public ColorThread +class GradientInColorThread : public ColorPicker { public: GradientInColorThread(GradientMain *plugin, GradientWindow *window); @@ -181,7 +181,7 @@ public: }; -class GradientOutColorThread : public ColorThread +class GradientOutColorThread : public ColorPicker { public: GradientOutColorThread(GradientMain *plugin, GradientWindow *window); @@ -202,6 +202,7 @@ public: void update_in_color(); void update_out_color(); void update_shape(); + void done_event(int result); GradientMain *plugin; BC_Title *angle_title;