Roderick Colenbrander : winex11: Get rid of depth conversion fixme.

Alexandre Julliard julliard at winehq.org
Fri Jul 10 08:52:05 CDT 2009


Module: wine
Branch: master
Commit: cce1c44afa6e0d2efe1d145e7c39206ffef66c63
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cce1c44afa6e0d2efe1d145e7c39206ffef66c63

Author: Roderick Colenbrander <thunderbird2k at gmail.com>
Date:   Thu Jul  9 22:01:47 2009 +0200

winex11: Get rid of depth conversion fixme.

---

 dlls/winex11.drv/xrandr.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/dlls/winex11.drv/xrandr.c b/dlls/winex11.drv/xrandr.c
index 4884e1f..c313bab 100644
--- a/dlls/winex11.drv/xrandr.c
+++ b/dlls/winex11.drv/xrandr.c
@@ -178,16 +178,11 @@ static LONG X11DRV_XRandR_SetCurrentMode(int mode)
     short rate;
     unsigned int i;
     int j;
-    DWORD dwBpp = screen_bpp;
 
     wine_tsx11_lock();
     root = RootWindow (gdi_display, DefaultScreen(gdi_display));
     sc = pXRRGetScreenInfo (gdi_display, root);
     size = pXRRConfigCurrentConfiguration (sc, &rot);
-    if (dwBpp != dd_modes[mode].dwBPP)
-    {
-        FIXME("Cannot change screen BPP from %d to %d\n", dwBpp, dd_modes[mode].dwBPP);
-    }
     mode = mode%real_xrandr_modes_count;
 
     TRACE("Changing Resolution to %dx%d @%d Hz\n", 




More information about the wine-cvs mailing list