From: Elizabeth Figura zfigura@codeweavers.com
--- dlls/winex11.drv/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index c4cc2b1fe1f..14d5e54180e 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -228,7 +228,7 @@ static const BOOL is_win64 = sizeof(void *) > sizeof(int); static BOOL glxRequireVersion(int requiredVersion);
static void dump_PIXELFORMATDESCRIPTOR(const PIXELFORMATDESCRIPTOR *ppfd) { - TRACE( "size %u version %u flags %u type %u color %u %u,%u,%u,%u " + TRACE( "size %u version %u flags %#x type %u color %u %u,%u,%u,%u " "accum %u depth %u stencil %u aux %u ", ppfd->nSize, ppfd->nVersion, ppfd->dwFlags, ppfd->iPixelType, ppfd->cColorBits, ppfd->cRedBits, ppfd->cGreenBits, ppfd->cBlueBits, ppfd->cAlphaBits,
This merge request was approved by Rémi Bernon.