wine/dlls/win32u
Alexandre Julliard 1ebf0f2b31 win32u: Always use the full union for sysparams entries.
This silences compiler warnings on gcc 12.
2022-11-09 21:10:29 +01:00
..
dibdrv
tests win32u: Move NtUserDisplayConfigGetDeviceInfo implementation from user32. 2022-10-31 12:12:15 +01:00
bitblt.c
bitmap.c
brush.c
class.c
clipboard.c
clipping.c
cursoricon.c
dc.c win32u: Use allocator mechanism to allocate DC attributes. 2022-09-20 20:53:17 +02:00
dce.c
defwnd.c user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
dib.c
driver.c win32u: Read mode from the registry if GetCurrentDisplaySettings fails. 2022-11-03 18:33:09 +01:00
emfdrv.c
font.c win32u: Make sure that the stack buffer in set_multi_value_key is large enough. 2022-10-24 18:48:39 +02:00
freetype.c
gdiobj.c
hook.c
imm.c
input.c win32u: Move NtUserDragDetect() to window.c. 2022-10-31 20:41:45 +01:00
main.c
Makefile.in
mapping.c
menu.c user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
message.c win32u: Prevent use after free (Coverity). 2022-11-02 14:41:56 +01:00
ntgdi_private.h
ntuser_private.h
opentype.c
painting.c
palette.c
path.c
pen.c
printdrv.c
rawinput.c
region.c
scroll.c
spy.c
syscall.c user32: Add DragObject() stub. 2022-10-31 20:41:45 +01:00
sysparams.c win32u: Always use the full union for sysparams entries. 2022-11-09 21:10:29 +01:00
vertical.c
vulkan.c
win32u.spec user32: Add DragObject() stub. 2022-10-31 20:41:45 +01:00
win32u_private.h user32: Hook drawing menu buttons. 2022-11-04 19:23:55 +01:00
window.c win32u: Move NtUserDragDetect() to window.c. 2022-10-31 20:41:45 +01:00
winstation.c
wrappers.c