http://bugs.winehq.org/show_bug.cgi?id=28397
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9b7ea6f417a68517745203123d9 | |df0516ebc60b1 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2011-10-19 22:23:43 CDT --- Fixed by: commit 9b7ea6f417a68517745203123d9df0516ebc60b1 Author: Huw Davies huw@codeweavers.com Date: Tue Sep 27 16:13:39 2011 +0100
gdi32: Forward StretchBlt calls from the dib driver to the null driver.
:040000 040000 ce22d7943f0f7aecdda67e97b5812cb40b40cc96 c11b7ea6be9e5605ec4b3d2959af57b22ec7d54d M dlls
(side note, git bisect run is the bee's knees): #!/bin/bash ./configure || exit 125 make -j15 || exit 125 rm -rf ~/.wine || exit 125 cd dlls/gdi32/tests || exit 125 rm -rf *ok || exit 125 make bitmap.ok || exit 0 exit 1