winex11.drv: Remove an incorrect FIXME

Dmitry Timoshkov dmitry at codeweavers.com
Fri Jan 25 03:23:10 CST 2008


Hello,

Changelog:
    winex11.drv: Remove an incorrect FIXME.
---
 dlls/winex11.drv/x11drv_main.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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)
             break;
 
         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 depth\n");
+            /* It's the same thing as 16 bpp but with different bit fields */
             screen_bpp = 15;
             break;
 
@@ -522,6 +519,7 @@ static BOOL process_attach(void)
         default:
             FIXME("Unexpected X11 depth %d bpp, what to report to app?\n", screen_depth);
             screen_bpp = screen_depth;
+            break;
     }
 
     XInternAtoms( display, (char **)atom_names, NB_XATOMS - FIRST_XATOM, False, X11DRV_Atoms );
-- 
1.5.3.8






More information about the wine-patches mailing list