add bound test to dragchkbox
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.h
index 8b1bb3b4d251ee85ec87b232adf0ddcd6560381f..aab5c810b8fb33cb4fcd87f511defdaa9bcc5ba1 100644 (file)
@@ -89,6 +89,7 @@ public:
 // Use thumbnails in AWindow assets.
        int use_thumbnails;
        int keyframe_reticle;
+       int perpetual_session;
        int trap_sigsegv;
        int trap_sigintr;
 // Title of theme
@@ -156,6 +157,8 @@ public:
        int renderfarm_job_count;
 // Consolidate output files
        int renderfarm_consolidate;
+// watchdog timeout, zero disabled
+       int renderfarm_watchdog_timeout;
 
 // Tip of the day
        int use_tipwindow;