X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginserver.h;h=da8e8bd1aa7e3c481bf28a3cf6cb47a49863220b;hb=8f0d97d1da0cd4cfcacf76c2c1788204749b6757;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..da8e8bd1 100644 --- a/cinelerra-5.1/cinelerra/pluginserver.h +++ b/cinelerra-5.1/cinelerra/pluginserver.h @@ -125,8 +125,8 @@ 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); + void get_plugin_png_name(char *png_name); + 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 +382,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 + 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