opencv lib path fix, ub18 fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginserver.h
index 552bbe77370fe3b2b9355e6e69b1a77528a3f467..da8e8bd1aa7e3c481bf28a3cf6cb47a49863220b 100644 (file)
@@ -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,7 +382,7 @@ public:
        int uses_gui;
 // Plugin is a transition
        int transition;
-// name/tip of plugin in current locale.
+// name/tip of plugin
        char *title, *tip;
        int64_t written_samples, written_frames;
        char *path;           // location of plugin on disk