ChangeSet ID: 1029262639783669510231451
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/13 13:17:19
Modified files:
dlls/user : message.c
Log message:
Add QM_SMRESULT in wake bits too in case the changed bits get cleared
while processing a sent message.
Patch: http://cvs.winehq.com/patch.py?id=1029262639783669510231451
Revision Changes Path
1.20 +3 -3 wine/dlls/user/message.c
ChangeSet ID: 1029262372575447901924239
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/13 13:12:52
Modified files:
graphics : path.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
At the end of PATH_StrokePath, update dc->CurPosX|Y so that their
values are in logical co-ords.
Patch: http://cvs.winehq.com/patch.py?id=1029262372575447901924239
Revision Changes Path
1.30 +13 -0 wine/graphics/path.c
ChangeSet ID: 1029262096273998951380239
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/13 13:08:16
Modified files:
dlls/comctl32 : tooltips.c
Log message:
Mike McCormack <mikem(a)codeweavers.com>
Duplicate the font handle passed through WM_SETFONT, because it does
not belong to us and is not ours to free.
Patch: http://cvs.winehq.com/patch.py?id=1029262096273998951380239
Revision Changes Path
1.46 +4 -1 wine/dlls/comctl32/tooltips.c