[DDRAW] Remove wrong FIXMEs.

Christian Costa titan.costa at wanadoo.fr
Sun Mar 20 14:39:04 CST 2005


Hi,

Changelog:
Removed wrong FIXMEs.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
Index: dlls/ddraw/dclipper/main.c
===================================================================
RCS file: /home/wine/wine/dlls/ddraw/dclipper/main.c,v
retrieving revision 1.15
diff -u -r1.15 main.c
--- dlls/ddraw/dclipper/main.c	9 Jan 2005 17:35:44 -0000	1.15
+++ dlls/ddraw/dclipper/main.c	20 Mar 2005 19:12:00 -0000
@@ -88,7 +88,7 @@
 ) {
     IDirectDrawClipperImpl *This = (IDirectDrawClipperImpl *)iface;
 
-    TRACE("(%p)->SetHwnd(0x%08lx,0x%08lx)\n",This,dwFlags,(DWORD)hWnd);
+    TRACE("(%p)->(0x%08lx,0x%08lx)\n", This, dwFlags, (DWORD)hWnd);
     if( dwFlags ) {
 	FIXME("dwFlags = 0x%08lx, not supported.\n",dwFlags);
 	return DDERR_INVALIDPARAMS;
@@ -149,7 +149,7 @@
 {
     IDirectDrawClipperImpl *This = (IDirectDrawClipperImpl *)iface;
 
-	TRACE("(%p,%p,%p,%p)\n", This, lpRect, lpClipList, lpdwSize);
+    TRACE("(%p,%p,%p,%p)\n", This, lpRect, lpClipList, lpdwSize);
 
     if (This->hWnd)
     {
@@ -236,7 +236,7 @@
     LPDIRECTDRAWCLIPPER iface, HWND* hWndPtr
 ) {
     IDirectDrawClipperImpl *This = (IDirectDrawClipperImpl *)iface;
-    FIXME("(%p)->(%p),stub!\n",This,hWndPtr);
+    TRACE("(%p)->(%p)\n", This, hWndPtr);
 
     *hWndPtr = This->hWnd;
 
@@ -248,7 +248,7 @@
 ) {
     IDirectDrawImpl* pOwner;
     IDirectDrawClipperImpl *This = (IDirectDrawClipperImpl *)iface;
-    FIXME("(%p)->(%p,0x%08lx),stub!\n",This,lpDD,dwFlags);
+    TRACE("(%p)->(%p,0x%08lx)\n", This, lpDD, dwFlags);
 
     if (This->ddraw_owner != NULL) return DDERR_ALREADYINITIALIZED;
 


More information about the wine-patches mailing list