lv2 phase 2 fixups
[goodguy/history.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index 600b827019a91e66ae1a05faca11341d0203ae74..975842336fefbabb101f4f9010dda03ecb522503 100644 (file)
@@ -297,4 +297,20 @@ public:
        int id;
 };
 
+class PrefsAutostartLV2UI : public BC_CheckBox
+{
+public:
+       PrefsAutostartLV2UI(int x, int y, PreferencesWindow *pwindow);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
+class PerpetualSession : public BC_CheckBox
+{
+public:
+       PerpetualSession(int x, int y, PreferencesWindow *pwindow);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 #endif