Sweden-Number/dlls/user32
Dmitry Timoshkov 1f75f42642 user32: Create a mask from alpha channel when loading a 32 bpp icon.
This patch fixes applications that draw the 32 bpp icons manually.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-23 13:36:27 +02:00
..
resources
tests user32/tests: Add tests for window rectangles and DPI scaling. 2018-08-22 11:46:10 +02:00
Makefile.in user32: Return HID devices in GetRawInputDeviceList(). 2018-08-21 10:27:52 +02:00
button.c
caret.c
class.c
clipboard.c
combo.c user32/combo: Properly set dropdown height. 2018-08-20 09:17:31 +02:00
controls.h
cursoricon.c user32: Create a mask from alpha channel when loading a 32 bpp icon. 2018-08-23 13:36:27 +02:00
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 rawinput functions to rawinput.c. 2018-08-21 10:27:47 +02:00
listbox.c user32/listbox: Fix multicolumn navigation on VK_RIGHT. 2018-08-22 17:02:32 +02:00
lstr.c
mdi.c
menu.c
message.c
misc.c
msgbox.c
nonclient.c
painting.c
property.c
rawinput.c user32: Return RIDI_DEVICENAME for HID devices from GetRawInputDeviceInfo(). 2018-08-21 10:27:56 +02:00
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Scale monitor rectangles based on DPI awareness. 2018-08-23 12:23:47 +02:00
text.c
uitools.c
user32.rc
user32.spec
user_main.c
user_private.h user32: Return HID devices in GetRawInputDeviceList(). 2018-08-21 10:27:52 +02:00
win.c user32: Scale initial window dimensions in CreateWindow() based on DPI awareness. 2018-08-23 12:13:25 +02:00
win.h user32: Scale monitor rectangles based on DPI awareness. 2018-08-23 12:23:47 +02:00
winhelp.c
winpos.c user32: Scale window dimensions in DeferWindowPos() based on DPI awareness. 2018-08-23 12:17:06 +02:00
winproc.c
winstation.c
wsprintf.c