d3d9: Fix variable type in IDirect3DDevice9Impl_GetSoftwareVertexProcessing.
commit320aac97e4a2ef3983cb81e353c3bf2e4cd237c2
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:27:15 +0000 (17 18:27 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:15:56 +0000 (18 17:15 +0200)
tree0025e17b7f5663e0820f4094eed70e1dc30893f3
parent0427cf087b98792620860ae9eb1c1ea58a781e0c
d3d9: Fix variable type in IDirect3DDevice9Impl_GetSoftwareVertexProcessing.

IWineD3DDevice_GetSoftwareVertexProcessing returns a BOOL, not an HRESULT.
dlls/d3d9/device.c