reload plugin btn in prefs, speed gang fader tweaks
[goodguy/history.git] / cinelerra-5.1 / cinelerra / interfaceprefs.h
index 1d1844c1e38fefda744460553cb3b991475f94ab..0a6f761a1bcd538b0589a512b2195e4c07ad4a01 100644 (file)
@@ -64,6 +64,7 @@ public:
        PrefsTrapSigSEGV *trap_segv;
        PrefsTrapSigINTR *trap_intr;
        SnapshotPathText *snapshot_path;
+       PrefsReloadPlugins *reload_plugins;
 };
 
 
@@ -307,5 +308,15 @@ public:
        InterfacePrefs *subwindow;
 };
 
+class PrefsReloadPlugins : public BC_GenericButton
+{
+public:
+       PreferencesWindow *pwindow;
+       InterfacePrefs *iface_prefs;
+
+       int handle_event();
+       PrefsReloadPlugins(PreferencesWindow *pwindow,
+               InterfacePrefs *iface_prefs, int x, int y);
+};
 
 #endif