add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index 600b827019a91e66ae1a05faca11341d0203ae74..b59a9ed995a1470fca1f982bc744eb4b0a88eec6 100644 (file)
@@ -297,4 +297,12 @@ public:
        int id;
 };
 
+class PerpetualSession : public BC_CheckBox
+{
+public:
+       PerpetualSession(int x, int y, PreferencesWindow *pwindow);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 #endif