ChangeSet ID: 13504
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/26 13:10:24
Modified files:
dlls/version : info.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Try to avoid loading 16-bit DLLs into memory for accessing version
info, this might lead to undesired side effects like loading a bunch
of other 16-bit DLLs.
Patch: http://cvs.winehq.org/patch.py?id=13504
Old revision New revision Changes Path
1.44 1.45 +150 -123 wine/dlls/version/info.c
ChangeSet ID: 13501
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/25 19:46:11
Modified files:
windows : painting.c
dlls/user : painting.c
Log message:
GetUpdateRgn should clip the returned region to the client area.
Changed GetUpdateRect and ExcludeUpdateRgn to call GetUpdateRgn.
Moved these 3 functions to dlls/user/painting.c.
Patch: http://cvs.winehq.org/patch.py?id=13501
Old revision New revision Changes Path
1.92 1.93 +0 -117 wine/windows/painting.c
1.9 1.10 +95 -0 wine/dlls/user/painting.c