back out dav1d 0.6.0->0.5.1 nasm incompatible most systems, upgrade openexr to 2...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / appearanceprefs.h
index 2099c0548902eb88635b94f5cedf2a81c06e5115..8c3ddaecc6b596035ff0c7c1df83c31214af0190 100644 (file)
@@ -255,6 +255,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class UseWarnStack : public BC_CheckBox
+{
+public:
+       UseWarnStack(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 class BD_WarnRoot : public BC_CheckBox
 {
 public:
@@ -263,6 +271,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+class UseWarnFileRef : public BC_CheckBox
+{
+public:
+       UseWarnFileRef(PreferencesWindow *pwindow, int x, int y);
+       int handle_event();
+       PreferencesWindow *pwindow;
+};
+
 class PopupMenuBtnup : public BC_CheckBox
 {
 public: