cin_db Makefile tweak, awdw vicon stop draw lock rework,
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index 6a8f174a3933791b37d39b8f72fdc170d7318a49..fd2304692a7039f573b8013e5363809329cdcd0c 100644 (file)
@@ -95,6 +95,7 @@ public:
 // media thumbnail size
        int awindow_picon_h;
        int vicon_size, vicon_color_mode;
+       float layout_scale;
 // Title of theme
        char theme[BCTEXTLEN];
 // plugin icon set
@@ -117,6 +118,8 @@ public:
 // warning
        int warn_indexes;
        int warn_version;
+       int warn_stack;
+       int warn_fileref;
        int bd_warn_root;
 // grab input focus on enter notify
        int grab_input_focus;
@@ -124,6 +127,8 @@ public:
        int popupmenu_btnup;
 // textbox focus policy: click, leave
        int textbox_focus_policy;
+// apply display_matrix rotation, ffmpeg only
+       int auto_rotate;
 // forward playback starts next frame, not this frame
        int forward_render_displacement;
 // use dvd yuv420p interlace format
@@ -137,6 +142,8 @@ public:
        int autocolor_assets;
 // ctrl_toggle && !ctrl_down() clears selection before toggle
        int ctrl_toggle;
+// rectify timeline audio waveform
+       int rectify_audio;
 // Default positions for channels
        int channel_positions[MAXCHANNELS][MAXCHANNELS];
 
@@ -185,6 +192,7 @@ public:
        char plugin_dir[BCTEXTLEN];
        char lv2_path[BCTEXTLEN];
        int autostart_lv2ui;
+       char nested_proxy_path[BCTEXTLEN];
 
 // Required when updating renderfarm rates
        Mutex *preferences_lock;