added toggle for drm scanout flags
This commit is contained in:
parent
976b44443a
commit
12697d2b72
2 changed files with 6 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["misc:swallow_regex"].strValue = STRVAL_EMPTY;
|
||||
configValues["misc:focus_on_activate"].intValue = 0;
|
||||
configValues["misc:no_direct_scanout"].intValue = 0;
|
||||
configValues["misc:enable_drm_scanout_flags"].intValue = 0;
|
||||
|
||||
configValues["debug:int"].intValue = 0;
|
||||
configValues["debug:log_damage"].intValue = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue