wine/dlls/user32
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
..
resources
tests win32u: Allow selecting 32-bit DDBs into display compatible DCs. 2022-01-06 13:05:50 +01:00
button.c
caret.c
class.c user32: Don't load cursor inside user lock in register_builtin. 2021-11-19 18:31:39 +01:00
clipboard.c win32u: Move NtUserGetOpenClipboardWindow implementation from user32. 2021-11-16 17:44:42 +01:00
combo.c user32: Redraw children when the combo box is dropped down. 2021-11-12 22:42:51 +01:00
controls.h
cursoricon.c user32: Free the created icon handle when using LR_COPYFROMRESOURCE. 2021-12-16 22:06:38 +01:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c uxtheme: Do not hook DefDlgProc() for theming. 2021-12-07 12:22:49 +01:00
defwnd.c win32u: Move NtUserActivateKeyboardLayout implementation from user32. 2021-11-17 15:26:37 +01:00
desktop.c
dialog.c win32u: Move NtUserGetKeyState implementation from user32. 2021-11-16 17:44:42 +01:00
driver.c win32u: Use user driver for wine_get_vulkan_driver. 2021-12-08 09:57:56 +01:00
edit.c win32u: Move NtUserGetKeyState implementation from user32. 2021-11-16 17:44:42 +01:00
exticon.c
focus.c
hook.c uxtheme: Do not hook DefDlgProc() for theming. 2021-12-07 12:22:49 +01:00
icontitle.c
input.c win32u: Move NtUserGetKeyboardLayoutName implementation from user32. 2021-12-03 16:56:08 +01:00
listbox.c win32u: Move NtUserGetKeyState implementation from user32. 2021-11-16 17:44:42 +01:00
lstr.c
Makefile.in
mdi.c win32u: Move NtUserGetKeyState implementation from user32. 2021-11-16 17:44:42 +01:00
menu.c win32u: Move NtUserGetKeyState implementation from user32. 2021-11-16 17:44:42 +01:00
message.c user32: Update rawinput devices on WM_INPUT_DEVICE_CHANGE reception. 2021-12-15 12:09:38 +01:00
misc.c win32u: Move NtUserGetKeyboardLayout implementation from user32. 2021-11-16 17:44:42 +01:00
msgbox.c
nonclient.c
painting.c win32u: Move NtUserScrollDC implementation from user32. 2021-11-17 15:27:03 +01:00
property.c
rawinput.c user32: Uppercase the RawInput device names sans the GUID. 2021-12-23 22:57:01 +01:00
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c win32u: Return an NTSTATUS from NtUserEnumDisplayDevices. 2021-12-10 22:00:13 +01:00
text.c
uitools.c
user32.rc
user32.spec win32u: Move system parameters implementation from user32. 2021-12-06 11:00:06 +01:00
user_main.c winevulkan: Use KeUserModeCallback for debug callbacks. 2021-12-09 10:52:34 +01:00
user_private.h user32: Update rawinput devices on WM_INPUT_DEVICE_CHANGE reception. 2021-12-15 12:09:38 +01:00
win.c user32: Add exception handler to GetWindowText. 2021-11-22 22:20:51 +01:00
win.h
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c