summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@openedhand.com>2007-09-11 00:20:45 +0200
committerDodji Seketeli <dodji@openedhand.com>2007-09-11 00:20:45 +0200
commite8c73ac697aa472e10b4d8c093a715df0bf545af (patch)
tree14e589c7e32d90d87b2786d27d89cb397901cf20
parent321e0a21600e418bbeb164043a9a21a0ff80cbe9 (diff)
Xephyr: fix compilation breakage.
* hw/kdrive/ephyr/ephyr_draw.c: (exaDDXDriverInit): pExaScr->hideOffscreenPixmapData does not exist anymore, so don't set it.
-rw-r--r--hw/kdrive/ephyr/ephyr_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/ephyr_draw.c b/hw/kdrive/ephyr/ephyr_draw.c
index 84faecc00..93ef27ad3 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;
}