Re: winex11.drv: Remove an incorrect FIXME

2008-01-25 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: diff --git a/dlls/winex11.drv/x11drv_main.c b/dlls/winex11.drv/x11drv_main.c index f2bf12c..948c58c 100644 --- a/dlls/winex11.drv/x11drv_main.c +++ b/dlls/winex11.drv/x11drv_main.c @@ -498,10 +498,7 @@ static BOOL process_attach(void)

Re: winex11.drv: Remove an incorrect FIXME

2008-01-25 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: Alexandre Julliard [EMAIL PROTECTED] wrote: Shouldn't screen_bpp be set to 16 then? I believe that GetDeviceCaps(BITSPIXEL) should return 15 in that case, so that the apps would use correct bit fields for DIBs. There are no correct bit fields for

Re: winex11.drv: Remove an incorrect FIXME

2008-01-25 Thread Dmitry Timoshkov
Alexandre Julliard [EMAIL PROTECTED] wrote: case 15: -/* Out tests suggest that windows does not support 15 bpp color depth. - * X11 does, what should we do with these situations? - */ -FIXME(The X server is running at 15 bpp color