wine/dlls/gdi enhmfdrv/bitblt.c font.c dc.c cl ...
ChangeSet ID: 20889 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/10/27 13:28:43 Modified files: dlls/gdi/enhmfdrv: bitblt.c dlls/gdi : font.c dc.c clipping.c Log message: Phil Krylov <phil(a)newstar.rinet.ru> Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFillMode(), and SetStretchBltMode() to assume that the corresponding DC driver functions return only a BOOL success flag, and therefore a proper return value should be generated by the main function. Fixed EMFDRV_StretchDIBits() to return a proper value (like MFDRV_StretchDIBits already does). Added comments about other cases of improper return values. Patch: http://cvs.winehq.org/patch.py?id=20889 Old revision New revision Changes Path 1.7 1.8 +1 -1 wine/dlls/gdi/enhmfdrv/bitblt.c 1.21 1.22 +3 -0 wine/dlls/gdi/font.c 1.10 1.11 +24 -26 wine/dlls/gdi/dc.c 1.7 1.8 +9 -0 wine/dlls/gdi/clipping.c
participants (1)
-
Alexandre Julliard