X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginserver.h;h=fd01f396a0c5e9154a4f3e73c766754b9dd21d8e;hb=HEAD;hp=f0c8500de5bee094dcebf8bac8671807cfd235ec;hpb=9782ed720c4e992ed0427de68c6646720c9b44e4;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/pluginserver.h b/cinelerra-5.1/cinelerra/pluginserver.h index f0c8500d..2b58f06c 100644 --- a/cinelerra-5.1/cinelerra/pluginserver.h +++ b/cinelerra-5.1/cinelerra/pluginserver.h @@ -76,7 +76,6 @@ public: class PluginGUIs : public ArrayList { - int next_id; MWindow *mwindow; public: PluginGUIs(MWindow *mwindow); @@ -170,7 +169,7 @@ public: KeyFrame* get_keyframe(); // Apply new settings from the plugin GUI. Called by PluginClient::send_configure_change // Used in keyframe spanning mode. - void apply_keyframe(KeyFrame *src); + void apply_keyframe(Plugin *plugin, KeyFrame *src); // Create new theme object. Used by theme plugins. Theme* new_theme();