Sweden-Number/dlls/win32u
Zhiyi Zhang 60faf44ed1 win32u: Allow selecting 32-bit DDBs into display compatible DCs.
Device context bit depths other than 32-bit are emulated and the real bit depth for display DCs is
still 32-bit. Thus, a 32-bit DDB should be allowed to be selected into a display compatible DC even
if the DC reports a different bit depth.

Fix a regression from d171d11.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51805
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-06 13:05:50 +01:00
..
dibdrv
tests win32u: Implement NtUserBuildHwndList. 2021-12-23 10:52:33 +01:00
Makefile.in
bitblt.c
bitmap.c win32u: Allow selecting 32-bit DDBs into display compatible DCs. 2022-01-06 13:05:50 +01:00
brush.c
clipboard.c
clipping.c
cursoricon.c
dc.c
dib.c
driver.c win32u: Use null driver to handle virtual display devices. 2021-12-20 10:12:49 +01:00
emfdrv.c
font.c
freetype.c
gdiobj.c
input.c
main.c
mapping.c
ntgdi_private.h
opentype.c
painting.c win32u: Handle memory allocation failures in nulldrv_PolyBezierTo (cppcheck). 2021-12-22 18:57:16 +01:00
palette.c
path.c win32u: Fix memory leak on error path in PATH_WidenPath (cppcheck). 2021-12-20 10:14:02 +01:00
pen.c
printdrv.c
region.c
syscall.c win32u: Implement NtUserBuildHwndList. 2021-12-23 10:52:33 +01:00
sysparams.c win32u: Use null driver to handle virtual display devices. 2021-12-20 10:12:49 +01:00
vertical.c
vulkan.c
win32u.spec win32u: Implement NtUserBuildHwndList. 2021-12-23 10:52:33 +01:00
win32u_private.h
window.c win32u: Implement NtUserBuildHwndList. 2021-12-23 10:52:33 +01:00
winstation.c
wrappers.c