add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index e93563a5483cd68bc6734e05c5fab44e04db02d5..b59a9ed995a1470fca1f982bc744eb4b0a88eec6 100644 (file)
@@ -255,7 +255,7 @@ public:
 
 class YuvColorSpace : public BC_PopupMenu
 {
-       static const char *color_space[2];
+       static const char *color_space[3];
 public:
        YuvColorSpace(int x, int y, PreferencesWindow *pwindow);
        ~YuvColorSpace();
@@ -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