add snapshot, igor exts, cleanup
[goodguy/history.git] / cinelerra-5.1 / cinelerra / interfaceprefs.h
index d4efc81f6ab5105d36b3b4b30976de599467e516..de0029cc3dbf0e801e0868ab3704f264a56fb662 100644 (file)
@@ -62,6 +62,7 @@ public:
        PrefsFileProbes *file_probes;
        PrefsTrapSigSEGV *trap_segv;
        PrefsTrapSigINTR *trap_intr;
+       SnapshotPathText *snapshot_path;
 };
 
 
@@ -273,5 +274,16 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class SnapshotPathText : public BC_TextBox
+{
+public:
+       SnapshotPathText(PreferencesWindow *pwindow,
+               InterfacePrefs *subwindow, int x, int y, int w);
+       ~SnapshotPathText();
+
+       int handle_event();
+       PreferencesWindow *pwindow;
+       InterfacePrefs *subwindow;
+};
 
 #endif