http://bugs.winehq.org/show_bug.cgi?id=2082
--- Comment #81 from Charles Welton charleswfb@gmail.com 2011-07-07 14:17:28 CDT --- Created an attachment (id=35469) --> (http://bugs.winehq.org/attachment.cgi?id=35469) Test case which consistently fails.
After some work with Diablo Spawn's traces I was able to find a test case which consistently fails against current wine git.
Build with: winegcc main.c -lddraw -lgdi32
Expected result: Flashing screen from black to white and back to black. Wine results: Same results, except with a black square in the corner.
Now someone just have to find where in wine this bug is...