X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=c93187ea86f2a328c30205e5400ad0ceb7b03c0a;hb=6338f0b010dfd93ae6a823970d853cfdd5279500;hp=af401ac08932a3dfa0968b06a71ec714cbdaf038;hpb=24db15d85f2e4c986ff91f992e815747c55948f3;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index af401ac0..c93187ea 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -93,6 +93,10 @@ public: int trap_sigintr; // Title of theme 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; @@ -108,12 +112,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];