Commit bfb4ec0f authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Fix debug trace using the removed opengl channel.

parent ad1f05f9
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment