X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fchromakeyhsv%2Fchromakey.h;h=68fd8b3b2f2df146860d857a320e4929e4476da1;hb=8d1431081df60da0719db2c77e4c56830521c7e8;hp=d8007109b066565efb633fc450b0957e5fe8115a;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/chromakeyhsv/chromakey.h b/cinelerra-5.1/plugins/chromakeyhsv/chromakey.h index d8007109..68fd8b3b 100644 --- a/cinelerra-5.1/plugins/chromakeyhsv/chromakey.h +++ b/cinelerra-5.1/plugins/chromakeyhsv/chromakey.h @@ -182,7 +182,7 @@ public: }; -class ChromaKeyColorThread : public ColorThread +class ChromaKeyColorThread : public ColorPicker { public: ChromaKeyColorThread(ChromaKeyHSV *plugin, ChromaKeyWindow *gui); @@ -209,6 +209,7 @@ public: void create_objects(); void update_sample(); + void done_event(int result); ChromaKeyColor *color; ChromaKeyUseColorPicker *use_colorpicker;