mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
win32u: Enable the media center metric by default.
Very few applications likely check for this status metric (so it should be safe to enable it by default).
This commit is contained in:
parent
544260e76e
commit
506e885278
1 changed files with 1 additions and 1 deletions
|
@ -6613,7 +6613,7 @@ int get_system_metrics( int index )
|
|||
case SM_TABLETPC:
|
||||
return tabletpc_mode;
|
||||
case SM_MEDIACENTER:
|
||||
return 0;
|
||||
return 1;
|
||||
case SM_CMETRICS:
|
||||
return SM_CMETRICS;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue