X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=ac0784b53404f884b2981c84138ce0472e82507c;hb=5e3715ec449272335bab3419bf21ed4cd6d4bcbf;hp=85a1522d45eff44c46619bd00800278f030d7a42;hpb=3ac8199743f244669cc87ceef9c3cd23710552f3;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 85a1522d..ac0784b5 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -110,12 +110,18 @@ 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 int textbox_focus_policy; +// forward playback starts next frame, not this frame + 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];