Sweden-Number/dlls/user32
Rémi Bernon e0e3b6bc91 user32: Use WM_INPUT message hw_id as RAWINPUT handle.
This fixes the GetRawInputData regression introduced with
359ee2ecc2 where the message data couldn't
be read twice, while keeping the overwrite logic it introduced.

This also adds some SetLastError to fix some unit tests todos.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49522
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-07 22:24:39 +02:00
..
resources
tests user32: Use WM_INPUT message hw_id as RAWINPUT handle. 2020-07-07 22:24:39 +02:00
Makefile.in user32: Implement RegisterDeviceNotification(). 2020-05-06 10:49:12 +02:00
button.c
caret.c
class.c
clipboard.c
combo.c
controls.h
cursoricon.c
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c
edit.c
exticon.c
focus.c
hook.c
icontitle.c
input.c user32: Move *RegisterDeviceNotification*() to input.c. 2020-05-27 21:09:03 +02:00
listbox.c
lstr.c
mdi.c
menu.c
message.c user32: Use WM_INPUT message hw_id as RAWINPUT handle. 2020-07-07 22:24:39 +02:00
misc.c user32: Move *RegisterDeviceNotification*() to input.c. 2020-05-27 21:09:03 +02:00
msgbox.c
nonclient.c
painting.c
property.c
rawinput.c user32: Use WM_INPUT message hw_id as RAWINPUT handle. 2020-07-07 22:24:39 +02:00
resource.c
resources.h
scroll.c
spy.c user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
static.c
sysparams.c user32: Implement QueryDisplayConfig(). 2020-07-01 15:07:33 +02:00
text.c
uitools.c
user32.rc
user32.spec
user_main.c user32: Don't call CreateDesktop() with an empty desktop name. 2020-06-24 18:34:15 +02:00
user_private.h user32: Use WM_INPUT message hw_id as RAWINPUT handle. 2020-07-07 22:24:39 +02:00
win.c user32: Make sure update_window_state() is always executed on the owner thread. 2020-06-05 16:54:35 +02:00
win.h
winhelp.c
winpos.c
winproc.c
winstation.c user32: Use a default name for winstations created or opened with no name. 2020-06-23 19:31:18 +02:00
wsprintf.c