[WIN32K]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 14 Oct 2011 18:03:07 +0000 (18:03 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 14 Oct 2011 18:03:07 +0000 (18:03 +0000)
commitd1532096b88501e8074d7bbb2e28be272a7cd31d
tree76bac82700199c138354a83d15b4f1ab6f1e55c9
parentbf47d19f10e085550ffceb64387ba4f1739bea00
[WIN32K]
* Fix a copy-paste error in EngBitBlt() and improve DIB_32BPP_ColorFill() behaviour in case when input rectangle is invalid (RECTL structure fields are signed, so "jle" instruction should be used instead of "jbe").
* Patch by Igor Sudarikov <4seev3 at gmail [dot] com>
See issue #4423 for more details.

svn path=/trunk/; revision=54138
reactos/subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.s
reactos/subsystems/win32/win32k/eng/bitblt.c