colorpicker cleanup, make ffmpeg probes early default
[goodguy/history.git] / cinelerra-5.1 / plugins / gradient / gradient.h
index 715b5b5255983f5c73f51b38ebfd8ef5e13fcd3e..736e975af0b156ae1536d8b12e2b66512bcfdcc9 100644 (file)
@@ -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;