textbox focus policy preference
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.h
index 7cc90b5a46289e255face8e24a361cdb80c9c692..a54aa4662fb666dc3ec66712ce49973594c02973 100644 (file)
@@ -93,6 +93,7 @@ public:
        double render_preroll;
        int brender_preroll;
        int force_uniprocessor;
+       int project_smp;
 // The number of cpus to use when rendering.
 // Determined by /proc/cpuinfo and force_uniprocessor
        int processors;
@@ -102,7 +103,16 @@ public:
        int ffmpeg_early_probe;
 // ffmpeg builds marker indexes as it builds idx files
        int ffmpeg_marker_indexes;
+// warning
        int warn_indexes;
+       int warn_version;
+       int bd_warn_root;
+// popup menus activate on button release
+       int popupmenu_btnup;
+// textbox focus policy: click, leave
+       int textbox_focus_policy;
+// use dvd yuv420p interlace format
+       int dvd_yuv420p_interlace;
 
 // Default positions for channels
        int channel_positions[MAXCHANNELS * MAXCHANNELS];