X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginserver.h;h=62b65f9726354dafa32f5448273b3e994e27dbe8;hb=3966bf849d26244bc8b9a39fa485a808272225d0;hp=b1d9c1b4e522aa5d8f96442ae254a1479f20c38f;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/pluginserver.h b/cinelerra-5.1/cinelerra/pluginserver.h index b1d9c1b4..62b65f97 100644 --- a/cinelerra-5.1/cinelerra/pluginserver.h +++ b/cinelerra-5.1/cinelerra/pluginserver.h @@ -125,8 +125,7 @@ public: EDL *edl, Plugin *plugin); // close the plugin int close_plugin(); - int get_theme_png_path(char *png_path, const char *theme_dir); - int get_theme_png_path(char *png_path, Theme *theme); + int get_plugin_png_path(char *png_path, const char *plugin_icons); int get_plugin_png_path(char *png_path); void dump(FILE *fp=stdout); // Release any objects which are required after playback stops. @@ -382,9 +381,8 @@ public: int uses_gui; // Plugin is a transition int transition; -// name of plugin in english. -// Compared against the title value in the plugin for resolving symbols. - char *title; +// name/tip of plugin in current locale. + char *title, *tip; int64_t written_samples, written_frames; char *path; // location of plugin on disk char *data_text; // pointer to the data that was requested by a save_data command