Alexandre Julliard pushed to branch master at wine / wine
Commits: bae9b941 by Zhiyi Zhang at 2024-08-16T13:56:11+02:00 user32/tests: Add more display DC bitmap tests.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56825
- - - - - 77343c3e by Zhiyi Zhang at 2024-08-16T13:56:11+02:00 win32u: Use a full size bitmap for display device contexts.
Create a bitmap of the virtual screen size for all display device contexts. Previously, the concern was that allocating a full size bitmap may use too much memory. But now that there is a real world application that needs this, it is now necessary. Fortunately, tests show that all display device contexts use the same bitmap.
Fix a regression from 19229020.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56825
- - - - -
5 changed files:
- dlls/user32/tests/monitor.c - dlls/win32u/dc.c - dlls/win32u/gdiobj.c - dlls/win32u/sysparams.c - dlls/win32u/win32u_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4365346624ee96aea0872cd47cd6e2...