Sweden-Number/dlls/user32
Zhiyi Zhang 78ac7ae24d user32: Draw standard scroll bars in hovered state only when they were previously painted by DefWinProc().
When an application handles WM_NCPAINT by itself, standard scroll bars are not drawn even if
WS_HSCROLL or WS_VSCROLL is used. In this case, when handling WM_NCMOUSEMOVE, DefWinProc() shouldn't
repaint standard scroll bars to reflect hovered state, otherwise, DefWinProc() draws over the custom
non-client area painted by the application. This is also the behavior on XP.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51900
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-25 09:27:54 +01:00
..
resources
tests user32: Draw standard scroll bars in hovered state only when they were previously painted by DefWinProc(). 2022-01-25 09:27:54 +01: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
misc.c
msgbox.c
nonclient.c
painting.c user32: Draw standard scroll bars in hovered state only when they were previously painted by DefWinProc(). 2022-01-25 09:27:54 +01:00
property.c
rawinput.c
resource.c
resources.h
scroll.c user32: Draw standard scroll bars in hovered state only when they were previously painted by DefWinProc(). 2022-01-25 09:27:54 +01:00
spy.c
static.c
sysparams.c
text.c
uitools.c
user32.rc
user32.spec
user_main.c
user_private.h user32: Draw standard scroll bars in hovered state only when they were previously painted by DefWinProc(). 2022-01-25 09:27:54 +01:00
win.c
win.h
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c