Karsten Elfenbein : wined3d: IWineD3DDeviceImpl_Reset cleanup.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 12 14:02:36 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: c90c04607ebe0d94864ad8618d8969bf63f36422
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=c90c04607ebe0d94864ad8618d8969bf63f36422

Author: Karsten Elfenbein <kelfe at gmx.de>
Date:   Wed Apr 12 20:22:25 2006 +0200

wined3d: IWineD3DDeviceImpl_Reset cleanup.

Joined the functions as it looks like a typo in the function name
(IWineD3DDeviceImpl_Rest isn't used anywhere but contains comments).

---

 dlls/wined3d/device.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index 71147f8..f51201f 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -1590,14 +1590,6 @@ HRESULT  WINAPI  IWineD3DDeviceImpl_GetS
     return hr;
 }
 
-HRESULT WINAPI IWineD3DDeviceImpl_Reset(IWineD3DDevice* iface, WINED3DPRESENT_PARAMETERS*  pPresentationParameters) {
-    IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *)iface;
-
-    FIXME("(%p) : Stub\n",This);
-    return WINED3D_OK;
-
-}
-
 /*****
  * Vertex Declaration
  *****/
@@ -6527,7 +6519,7 @@ HRESULT  WINAPI  IWineD3DDeviceImpl_Evic
     return WINED3D_OK;
 }
 
-HRESULT  WINAPI  IWineD3DDeviceImpl_Rest(IWineD3DDevice* iface, D3DPRESENT_PARAMETERS* pPresentationParameters) {
+HRESULT WINAPI IWineD3DDeviceImpl_Reset(IWineD3DDevice* iface, WINED3DPRESENT_PARAMETERS* pPresentationParameters) {
     IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *) iface;
     /** FIXME: Resource trascking needs to be done.
     * in effect this pulls all non only default




More information about the wine-cvs mailing list