ChangeSet ID: 18958
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/18 04:07:03
Modified files:
dlls/wined3d : device.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Dirty the surface (instead of the texture) when a render targets is
send and endscene is called to make sure that the correct surface is
updated.
Patch: http://cvs.winehq.org/patch.py?id=18958
Old revision New revision Changes Path
1.49 1.50 +2 -2 wine/dlls/wined3d/device.c
ChangeSet ID: 18956
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/07/16 15:02:17
Modified files:
include : bugs.php
Log message:
Tony Lambregts <tony.lambregts(a)gmail.com>
Hack a fix for "$this->iLinkId = mysql_insert_id();" not working
and other cleanups.
Patch: http://cvs.winehq.org/patch.py?id=18956
Old revision New revision Changes Path
1.1 1.2 +22 -8 appdb/include/bugs.php
ChangeSet ID: 18954
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/15 11:35:27
Modified files:
dlls/user : sysparams.c
Log message:
Added a bunch of utility functions to factor out a lot of the repeated
code in SystemParametersInfoW.
Patch: http://cvs.winehq.org/patch.py?id=18954
Old revision New revision Changes Path
1.30 1.31 +523 -1084 wine/dlls/user/sysparams.c