ChangeSet ID: 1018316047935628585591079
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/08 20:34:07
Modified files:
graphics/x11drv: bitblt.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
We don't handle STRETCH_HALFTONE mode yet; make this do the same as
STRETCH_DELETESCANS for now.
Patch: http://cvs.winehq.com/patch.py?id=1018316047935628585591079
Revision Changes Path
1.41 +3 -0 wine/graphics/x11drv/bitblt.c
ChangeSet ID: 101831022885108651321298
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/08 18:57:08
Modified files:
windows : win.c
Log message:
Need to check for focus and capture also on the children of the window
being disabled.
Patch: http://cvs.winehq.com/patch.py?id=101831022885108651321298
Revision Changes Path
1.180 +2 -2 wine/windows/win.c