mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 09:20:56 +00:00
c049f83308
This patch should fix the regression(s) caused by my recent button painting patches. The problem was that DrawFrameControl() was modifying the rectangle, and one of my patches stopped calling DrawFrameControl() in case of ODA_FOCUS action, so drawing an entire button and only focus started to differ, which was hidden by the custom clipping (that was removed by my last patch). |
||
---|---|---|
.. | ||
resources | ||
tests | ||
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 | ||
Makefile.in | ||
mdi.c | ||
menu.c | ||
message.c | ||
misc.c | ||
msgbox.c | ||
nonclient.c | ||
painting.c | ||
property.c | ||
resource.c | ||
resources.h | ||
scroll.c | ||
spy.c | ||
static.c | ||
sysparams.c | ||
text.c | ||
uitools.c | ||
user32.spec | ||
user_main.c | ||
user_private.h | ||
win.c | ||
win.h | ||
winhelp.c | ||
winpos.c | ||
winproc.c | ||
winstation.c | ||
wsprintf.c |