24 Aug
2024
24 Aug
'24
11:37 a.m.
From: Aida JonikienÄ— <aidas957(a)gmail.com> Very few applications likely check for this status metric (so it should be safe to enable it by default). --- dlls/win32u/sysparams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/win32u/sysparams.c b/dlls/win32u/sysparams.c index bbdccce1fbf..d4371dd914f 100644 --- a/dlls/win32u/sysparams.c +++ b/dlls/win32u/sysparams.c @@ -6108,7 +6108,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: -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5234