ddraw: Don't re-write the surface's pixelformat.
commit30d9926a95b96f74089a7c81c10162ca5556760a
authorStefan Dösinger <stefan@codeweavers.com>
Fri, 26 Aug 2011 00:07:55 +0000 (26 02:07 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 29 Aug 2011 11:56:11 +0000 (29 13:56 +0200)
tree13eea9bb768aba5ce43d70431fbe4c14ba8ac2f3
parent745fbe084f37d280b96115f580b129c8e6610d19
ddraw: Don't re-write the surface's pixelformat.

The pixelformat is passed in in ddraw form in the desc parameter, which is copied
into the surface's DDSURFACEDESC2 structure, so the format is already set.
dlls/ddraw/surface.c