Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFillMode(), and
authorPhil Krylov <phil@newstar.rinet.ru>
Thu, 27 Oct 2005 18:28:43 +0000 (18:28 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 27 Oct 2005 18:28:43 +0000 (18:28 +0000)
commit30d6d5dc92e6fb1019882f90ad857404e440cc0d
tree45b13ef14c4c94f64f5de3f0255c22f3f9b68a5c
parent26b40c296f177d4dcdfd9b034c585c1d821a64c3
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.
dlls/gdi/clipping.c
dlls/gdi/dc.c
dlls/gdi/enhmfdrv/bitblt.c
dlls/gdi/font.c