rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / pluginserver.h
index 86a394d65cc4a32a6f705629799a76b11cdfbfde..a67e32e195c78caddfea49b3fc9d4f3cde8299fe 100644 (file)
@@ -125,7 +125,9 @@ public:
                        EDL *edl, Plugin *plugin);
 // close the plugin
        int close_plugin();    
-       char *get_plugin_png_path(char *png_path);
+       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);
        void dump(FILE *fp=stdout);
 // Release any objects which are required after playback stops.
        void render_stop();