upgrade dmp output
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index 00e9dea829621b75af16b5e631253e4b9f5249ae..5a21221303a41196095ef0bf17f5f90d06b70983 100644 (file)
@@ -584,6 +584,7 @@ public:
 // Warning window
        WWindow *wwindow;
        void show_warning(int *do_warning, const char *text);
+       int wait_warning();
 // Levels
        LevelWindow *lwindow;
 // Lock during creation and destruction of GUI
@@ -668,6 +669,7 @@ public:
        int restart_status;
        int screens;
        int in_destructor;
+       int warn_version;
 };
 
 #endif