merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / plugins / chromakey / chromakey.C
index 8618d03b605c2922c2539835bb7a042f216cd3ef..90934f3e9b27807a2990c2c7d06c0642f0f2834b 100644 (file)
@@ -30,7 +30,7 @@
 #include "language.h"
 #include "loadbalance.h"
 #include "playback3d.h"
-#include "cicolors.h"
+#include "bccolors.h"
 #include "pluginvclient.h"
 #include "vframe.h"
 
@@ -169,6 +169,11 @@ void ChromaKeyWindow::update_sample()
        sample->flash();
 }
 
+void ChromaKeyWindow::done_event(int result)
+{
+       color_thread->close_window();
+}
+
 
 
 
@@ -279,7 +284,7 @@ int ChromaKeyUseColorPicker::handle_event()
 
 
 ChromaKeyColorThread::ChromaKeyColorThread(ChromaKey *plugin, ChromaKeyWindow *gui)
- : ColorThread(1, _("Inner color"))
+ : ColorPicker(1, _("Inner color"))
 {
        this->plugin = plugin;
        this->gui = gui;