diff --git a/dlls/winex11.drv/desktop.c b/dlls/winex11.drv/desktop.c index 9b92a0e..051cea3 100644 --- a/dlls/winex11.drv/desktop.c +++ b/dlls/winex11.drv/desktop.c @@ -87,7 +87,7 @@ static LONG X11DRV_desktop_SetCurrentMode(int mode) DWORD dwBpp = screen_bpp; if (dwBpp != dd_modes[mode].dwBPP) { - FIXME("Cannot change screen BPP from %d to %d\n", dwBpp, dd_modes[mode].dwBPP); + WARN("Cannot change screen BPP from %d to %d\n", dwBpp, dd_modes[mode].dwBPP); /* Ignore the depth mismatch * * Some (older) applications require a specific bit depth, this will allow them