Sweden-Number/dlls/user32
Zhiyi Zhang 04d1a184e5 user32: Zero initialize DEVMODE before passing it to EnumDisplaySettings().
EnumDisplaySettings() on Wine does not write beyond the end of DEVMODE because it doesn't use
dmDriverExtra currently, but this implementation detail should not be relied on.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-08-11 18:06:54 +02:00
..
resources
tests user32/tests: Zero initialize DEVMODE before passing it to EnumDisplaySettings(). 2020-08-11 18:06:42 +02:00
Makefile.in
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
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
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
static.c
sysparams.c user32: Zero initialize DEVMODE before passing it to EnumDisplaySettings(). 2020-08-11 18:06:54 +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
win.h
winhelp.c
winpos.c user32: Support undocumented SC_SIZE flag that can be used to move window. 2020-07-30 16:33:22 +02:00
winproc.c
winstation.c
wsprintf.c user32: Fix wsprintfA's buffer usage when using %S. 2020-08-03 10:21:57 +02:00