Module: wine Branch: master Commit: 95be042be3f116db38eb4a255c2667a6b46fcc1e URL: https://source.winehq.org/git/wine.git/?a=commit;h=95be042be3f116db38eb4a255...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Mon Jul 1 20:13:38 2019 +0800
user32: Cache monitor information.
Multiple applications call EnumDisplayMonitors very frequently. Reduce most of the overhead by caching.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47431 Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/sysparams.c | 181 +++++++++++++++++++++++++++++++----------------- 1 file changed, 116 insertions(+), 65 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=95be042be3f116db38eb4...