X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Finterfaceprefs.h;h=de0029cc3dbf0e801e0868ab3704f264a56fb662;hb=803cf48f8f7ee246eb5473e55fc2125e8b398250;hp=d4efc81f6ab5105d36b3b4b30976de599467e516;hpb=e5d1c3ec8b49e9e4cd31f30e991f52ab11de93b1;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/interfaceprefs.h b/cinelerra-5.1/cinelerra/interfaceprefs.h index d4efc81f..de0029cc 100644 --- a/cinelerra-5.1/cinelerra/interfaceprefs.h +++ b/cinelerra-5.1/cinelerra/interfaceprefs.h @@ -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