[PATCH 1/2] dwmapi: Fill some values of DWM_TIMING_INFO from DwmGetCompositionTimingInfo().

Paul Gofman pgofman at codeweavers.com
Tue May 24 11:10:30 CDT 2022


On 5/24/22 11:00, Jactry Zeng wrote:
> +    info->rateRefresh.uiDenominator = 1;
> +    info->rateRefresh.uiNumerator = 64;
> +    info->rateCompose.uiDenominator = 1;
> +    info->rateCompose.uiNumerator = 64;
> +    info->qpcRefreshPeriod = 156250;
>   
Is it hard to fill it with the real data? I am afraid fake default 
values can confuse apps once they now start getting this info.



More information about the wine-devel mailing list