ChangeSet ID: 18718
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/06 14:03:18
Modified files:
dlls/user : menu.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
- when sending the WM_DRAWITEM message in case of a menu item with
hbmpItem = HBMMENU_CALLBACK, move the drawing origin to the top left
of the item rectangle
- at the same time also make sure that the itemState field of the
DRAWITEMSTRUCT is properly initialized
- do the drawing of the check mark before sending the WM_DRAWITEM
message, some application likes to "overdraw" the checkmark.
Patch: http://cvs.winehq.org/patch.py?id=18718
Old revision New revision Changes Path
1.30 1.31 +38 -29 wine/dlls/user/menu.c
ChangeSet ID: 18715
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/06 10:51:29
Modified files:
dlls/user/tests: dce.c
dlls/user : painting.c
Log message:
Restore the clip region after GetDCEx in send_erase as if it had been
a BeginPaint.
Patch: http://cvs.winehq.org/patch.py?id=18715
Old revision New revision Changes Path
1.3 1.4 +13 -0 wine/dlls/user/tests/dce.c
1.30 1.31 +1 -1 wine/dlls/user/painting.c