ChangeSet ID: 10026 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/10 18:43:03
Modified files: objects : enhmetafile.c
Log message: Huw Davies huw@codeweavers.com PatBlt()s get recorded as EMR_BITBLT records with offBmiSrc == 0, so ensure that we pick these out in playback. EMR_STRETCHBLT should behave like EMR_BITBLT if there are no bits (ie. it's a PalBlt). Set the text and bkgnd colour to black and white respectively before enumerating an emf. Print out the record names to make debugging easier. Add a few TRACE()s.
Patch: http://cvs.winehq.com/patch.py?id=10026
Old revision New revision Changes Path 1.71 1.72 +225 -82 wine/objects/enhmetafile.c