gif rework, C41 booby fix, add ext+s for list seq, features5
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / C41 / c41.C
index b8a6cb57b0d58341247210defa80402b47a19f3f..e56c3c0276f690341bca5b7f224001d026b3fadb 100644 (file)
@@ -227,8 +227,12 @@ C41Window::C41Window(C41Effect *plugin)
        plugin->config.window_w, plugin->config.window_h,
        500, 510, 1)
 {
        plugin->config.window_w, plugin->config.window_h,
        500, 510, 1)
 {
-       int x = 10, y = 10;
+}
 
 
+void C41Window::create_objects()
+{
+       int x = 10, y = 10;
+       C41Effect *plugin = (C41Effect *)client;
        add_subwindow(active = new C41Enable(plugin,
                &plugin->config.active, x, y, _("Activate processing")));
        y += 40;
        add_subwindow(active = new C41Enable(plugin,
                &plugin->config.active, x, y, _("Activate processing")));
        y += 40;