ChangeSet ID: 14714 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/07 08:27:43
Modified files: dlls/comctl32 : tooltips.c rebar.c datetime.c
Log message: Filip Navara xnavara@volny.cz - Don't use DrawEdge with NULL device context, it's invalid call and sets last error. - Tooltip icons must be destroyed with DestroyIcon and not with DeleteObject. - Rebar cursors must be destroyed with DestroyCursor and not with DeleteObject.
Patch: http://cvs.winehq.org/patch.py?id=14714
Old revision New revision Changes Path 1.74 1.75 +2 -2 wine/dlls/comctl32/tooltips.c 1.100 1.101 +4 -4 wine/dlls/comctl32/rebar.c 1.49 1.50 +3 -2 wine/dlls/comctl32/datetime.c