Module: wine Branch: refs/heads/master Commit: 1e421c7da9f85e44c37afce6560c0d63429463f6 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1e421c7da9f85e44c37afce6...
Author: H. Verbeet hverbeet@gmail.com Date: Sun Mar 26 04:19:00 2006 +0200
d3d8: Add a TRACE for IDirect3DDevice8Impl_CreateVertexBuffer.
---
dlls/d3d8/device.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c index 2173d04..e784634 100644 --- a/dlls/d3d8/device.c +++ b/dlls/d3d8/device.c @@ -398,6 +398,7 @@ HRESULT WINAPI IDirect3DDevice8Impl_Crea IDirect3DDevice8Impl *This = (IDirect3DDevice8Impl *)iface; HRESULT hrc = D3D_OK;
+ TRACE("(%p) Relay\n", This); /* Allocate the storage for the device */ object = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(IDirect3DVertexBuffer8Impl)); if (NULL == object) {