ChangeSet ID: 13234
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/11 13:51:10
Modified files:
dlls/gdi : bitblt.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Fix maskblt to work with any set of rops and to also take into account
the current brush. It also now works if the mask bitmap is already
selected into a dc.
Patch: http://cvs.winehq.org/patch.py?id=13234
Old revision New revision Changes Path
1.4 1.5 +37 -42 wine/dlls/gdi/bitblt.c
ChangeSet ID: 13233
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/11 13:50:52
Modified files:
dlls/x11drv : brush.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Ever since win98 pattern brushes have been able to be larger than 8x8
pixels, so remove this restriction.
Patch: http://cvs.winehq.org/patch.py?id=13233
Old revision New revision Changes Path
1.4 1.5 +6 -4 wine/dlls/x11drv/brush.c