Alexandre Julliard : winex11: Fix debug trace using the removed opengl channel.

Alexandre Julliard julliard at winehq.org
Tue Apr 29 08:54:48 CDT 2008


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Apr 29 15:25:36 2008 +0200

winex11: Fix debug trace using the removed opengl channel.

---

 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 23896a2..de3d137 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -3643,7 +3643,7 @@ BOOL X11DRV_wglUseFontBitmapsW(X11DRV_PDEVICE *physDev, DWORD first, DWORD count
  */
 BOOL X11DRV_wglSetPixelFormatWINE(X11DRV_PDEVICE *physDev, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd)
 {
-    ERR_(opengl)("No OpenGL support compiled in.\n");
+    ERR("No OpenGL support compiled in.\n");
     return FALSE;
 }
 




More information about the wine-cvs mailing list