18 new shapewipe transitions from rafa, rework savefile/confirm for nested edl edits
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / interfaceprefs.h
index 7a890fb99304bf696ec9e3ff37c7a8df6cedc078..5813fe6508f1c5a206a0bbb7ce2e4776ba3b673a 100644 (file)
@@ -308,6 +308,18 @@ public:
        InterfacePrefs *subwindow;
 };
 
+class PrefsNestedProxyPath : public BC_TextBox
+{
+public:
+       PrefsNestedProxyPath(PreferencesWindow *pwindow,
+               InterfacePrefs *subwindow, int x, int y, int w);
+       ~PrefsNestedProxyPath();
+
+       int handle_event();
+       PreferencesWindow *pwindow;
+       InterfacePrefs *subwindow;
+};
+
 class PrefsReloadPlugins : public BC_GenericButton
 {
 public: