rework deglitch/optimize/stop_playback, sams ladspa icons, reticle color, tweak frame...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.h
index 779363a324a55367875cbff1c79df7621b982181..c93187ea86f2a328c30205e5400ad0ceb7b03c0a 100644 (file)
@@ -95,6 +95,8 @@ public:
        char theme[BCTEXTLEN];
 // plugin icon set
        char plugin_icons[BCTEXTLEN];
+// snapshot directory path
+       char snapshot_path[BCTEXTLEN];
        double render_preroll;
        int brender_preroll;
        int force_uniprocessor;
@@ -110,6 +112,8 @@ public:
        int warn_indexes;
        int warn_version;
        int bd_warn_root;
+// grab input focus on enter notify
+       int grab_input_focus;
 // popup menus activate on button release
        int popupmenu_btnup;
 // textbox focus policy: click, leave
@@ -118,6 +122,8 @@ public:
        int forward_render_displacement;
 // use dvd yuv420p interlace format
        int dvd_yuv420p_interlace;
+// highlight inversion color
+       int highlight_inverse;
 
 // Default positions for channels
        int channel_positions[MAXCHANNELS * MAXCHANNELS];