mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-29 13:14:48 -04:00
opt: hdr_depth default to hdr10
This commit is contained in:
parent
9e5a5f3a42
commit
73abc2802d
2 changed files with 2 additions and 2 deletions
|
|
@ -3718,7 +3718,7 @@ void set_value_default() {
|
|||
config.drag_tile_refresh_interval = 8.0f;
|
||||
config.drag_floating_refresh_interval = 8.0f;
|
||||
config.allow_tearing = TEARING_DISABLED;
|
||||
config.hdr_depth = MANGO_RENDER_BIT_DEPTH_DEFAULT;
|
||||
config.hdr_depth = MANGO_RENDER_BIT_DEPTH_10;
|
||||
config.allow_shortcuts_inhibit = SHORTCUTS_INHIBIT_ENABLE;
|
||||
config.allow_lock_transparent = 0;
|
||||
config.no_border_when_single = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue