Commit 27d3c09a authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

winex11.drv: Remove an incorrect FIXME.

parent a30327af
......@@ -498,13 +498,10 @@ static BOOL process_attach(void)
break;
case 15:
/* Out tests suggest that windows does not support 15 bpp color depth.
* X11 does, what should we do with these situations?
/* In GetDeviceCaps MSDN description explicitly states that
* in 15 bpp mode 16 is returned.
*/
FIXME("The X server is running at 15 bpp color depth\n");
screen_bpp = 15;
break;
/* fall through */
case 16:
screen_bpp = 16;
break;
......
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