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