Roderick Colenbrander : wined3d: Fix typo in pixel format trace.

Alexandre Julliard julliard at winehq.org
Thu May 1 13:36:17 CDT 2008


Module: wine
Branch: master
Commit: 02bab6edbed6577b46ac55ed8064761d8767f91c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=02bab6edbed6577b46ac55ed8064761d8767f91c

Author: Roderick Colenbrander <thunderbird2k at gmx.net>
Date:   Thu May  1 12:32:40 2008 +0000

wined3d: Fix typo in pixel format trace.

---

 dlls/wined3d/directx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 74d409d..8ac6473 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -3949,7 +3949,7 @@ BOOL InitAdapters(void) {
                 }
             }
 
-            TRACE("iPixelFormat=%d, iPixelType=%#x, RGBA=%d/%d/%d/%d, doubleBuffer=%d, depth=%d, stencil=%d, windowDrawable=%d, pbufferDrawable=%d\n", cfgs->iPixelFormat, cfgs->iPixelType, cfgs->doubleBuffer, cfgs->redSize, cfgs->greenSize, cfgs->blueSize, cfgs->alphaSize, cfgs->depthSize, cfgs->stencilSize, cfgs->windowDrawable, cfgs->pbufferDrawable);
+            TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, depth=%d, stencil=%d, windowDrawable=%d, pbufferDrawable=%d\n", cfgs->iPixelFormat, cfgs->iPixelType, cfgs->doubleBuffer, cfgs->redSize, cfgs->greenSize, cfgs->blueSize, cfgs->alphaSize, cfgs->depthSize, cfgs->stencilSize, cfgs->windowDrawable, cfgs->pbufferDrawable);
             cfgs++;
         }
 




More information about the wine-cvs mailing list