wined3d: Move the memory code of LockRect to the end of the function.
commit12e942b135b403ad9c088fb94bc3fd3129fd8186
authorRoderick Colenbrander <thunderbird2k@gmx.net>
Mon, 10 Sep 2007 21:46:23 +0000 (10 23:46 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Sep 2007 09:20:35 +0000 (12 11:20 +0200)
tree131996998f80fe1373275d52b2d3f94e54d94a5a
parentcfc50f89d7445b7eaa37e73f1c5b2553f2fc61d2
wined3d: Move the memory code of LockRect to the end of the function.

This is needed for PBOs because for those memory allocation works differently.
dlls/wined3d/surface.c