[PATCH 2/2] wgl: Print the fbconfig fmt_id in ConvertPixelFormatWGLtoGLX instead of the meaningless pointer.

Roderick Colenbrander thunderbird2k at gmail.com
Tue Apr 20 05:13:26 CDT 2010


---
 dlls/winex11.drv/opengl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index a3c4f6b..cf22f95 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -1049,7 +1049,7 @@ static WineGLPixelFormat* ConvertPixelFormatWGLtoGLX(Display *display, int iPixe
     if((iPixelFormat > 0) && (iPixelFormat <= size) &&
        (!list[iPixelFormat-1].offscreenOnly || AllowOffscreen)) {
         res = &list[iPixelFormat-1];
-        TRACE("Returning FBConfig=%p for iPixelFormat=%d\n", res->fbconfig, iPixelFormat);
+        TRACE("Returning fmt_id=%#x for iPixelFormat=%d\n", res->fmt_id, iPixelFormat);
     }
 
     if(AllowOffscreen)
-- 
1.6.3.3




More information about the wine-patches mailing list