Module: wine Branch: refs/heads/master Commit: bb370f3582358be5be56c2b9f0422368f208d3ad URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=bb370f3582358be5be56c2b9...
Author: H. Verbeet hverbeet@gmail.com Date: Sun Mar 19 22:26:00 2006 +0000
d3d8: Change the default debug channel to d3d8 for device.c.
---
dlls/d3d8/device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c index 33d56fb..3b7b40b 100644 --- a/dlls/d3d8/device.c +++ b/dlls/d3d8/device.c @@ -34,7 +34,7 @@
#include "d3d8_private.h"
-WINE_DEFAULT_DEBUG_CHANNEL(d3d); +WINE_DEFAULT_DEBUG_CHANNEL(d3d8);
/* IDirect3D IUnknown parts follow: */ HRESULT WINAPI IDirect3DDevice8Impl_QueryInterface(LPDIRECT3DDEVICE8 iface,REFIID riid,LPVOID *ppobj)