reactos/win32ss/user/user32/windows
Katayama Hirofumi MZ 1e91a1690d
[USER32][NTUSER] Fix menu arrow drawing (of DrawFrameControl) (#1752)
CORE-13211
user32!DrawFrameControl drawed invalid menu arrow when the width is shorter than the height.

- Use the squared rectangle.
- Draw it in the transparent background mode.
- Save the old background mode of HDC.

This PR will fix UltraISO's bug.
2019-07-25 01:40:33 +09:00
..
accel.c
caret.c
class.c
clipboard.c [USER32] RegisterClipboardFormatA(): Enable a SetLastError() (#1612) 2019-06-05 18:15:02 +02:00
cursoricon.c
dc.c
defwnd.c [User32] Support WM_COPYGLOBALDATA 2019-03-13 12:16:52 -05:00
dialog.c [User32] Sync Port Wine. 2019-06-28 21:52:04 -05:00
draw.c [USER32][NTUSER] Fix menu arrow drawing (of DrawFrameControl) (#1752) 2019-07-25 01:40:33 +09:00
font.c
hook.c
input.c
mdi.c
menu.c
message.c [User32] Support WM_COPYGLOBALDATA 2019-03-13 12:16:52 -05:00
messagebox.c
nonclient.c
paint.c
prop.c
rect.c
spy.c
text.c
window.c
winpos.c [Win32SS] Fix maximized window positioning. 2019-03-26 15:56:57 -05:00
wndproc_fixup.S