xserver: Branch 'master'

Dodji Seketeli dodji at kemper.freedesktop.org
Mon Sep 10 15:21:02 PDT 2007


 hw/kdrive/ephyr/ephyr_draw.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
diff-tree e8c73ac697aa472e10b4d8c093a715df0bf545af (from 321e0a21600e418bbeb164043a9a21a0ff80cbe9)
Author: Dodji Seketeli <dodji at openedhand.com>
Date:   Tue Sep 11 00:20:45 2007 +0200

    Xephyr: fix compilation breakage.
    
            * hw/kdrive/ephyr/ephyr_draw.c:
              (exaDDXDriverInit): pExaScr->hideOffscreenPixmapData does not exist
              anymore, so don't set it.

diff --git a/hw/kdrive/ephyr/ephyr_draw.c b/hw/kdrive/ephyr/ephyr_draw.c
index 84faecc..93ef27a 100644
--- a/hw/kdrive/ephyr/ephyr_draw.c
+++ b/hw/kdrive/ephyr/ephyr_draw.c
@@ -520,6 +520,5 @@ exaDDXDriverInit(ScreenPtr pScreen)
     ExaScreenPriv(pScreen);
 
     pExaScr->migration = ExaMigrationSmart;
-    pExaScr->hideOffscreenPixmapData = TRUE;
     pExaScr->checkDirtyCorrectness = TRUE;
 }


More information about the xorg-commit mailing list