http://bugs.winehq.org/show_bug.cgi?id=36874
Bug ID: 36874 Summary: Incorrect check in SrcColorKey32BlitTest() Product: Wine Version: 1.7.21 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: maksqwe1@ukr.net
dsurface.c 272
ok(ddsd3.lpSurface == ddsd3.lpSurface, // <=== "lpSurface from GetSurfaceDesc(%p) differs from the one returned by Lock(%p)\n", ddsd3.lpSurface, ddsd2.lpSurface);
I think should be: ok(ddsd2.lpSurface == ddsd3.lpSurface, "lpSurface from GetSurfaceDesc(%p) differs from the one returned by Lock(%p)\n", ddsd3.lpSurface, ddsd2.lpSurface);
http://bugs.winehq.org/show_bug.cgi?id=36874
--- Comment #1 from Ken Thomases ken@codeweavers.com --- You should probably submit the change as a patch. http://wiki.winehq.org/SubmittingPatches
https://bugs.winehq.org/show_bug.cgi?id=36874
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hverbeet@gmail.com, | |stefan@codeweavers.com, | |teras@luukku.com
https://bugs.winehq.org/show_bug.cgi?id=36874
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9bb5b00dd5ee0c49fafeac044a3 | |1b86602804825 Status|UNCONFIRMED |RESOLVED CC|hverbeet@gmail.com, | |stefan@codeweavers.com | Resolution|--- |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Fixed with http://source.winehq.org/git/wine.git/commit/9bb5b00dd5ee0c49fafeac044a31b86....
https://bugs.winehq.org/show_bug.cgi?id=36874
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.38.