diff options
author | Dodji Seketeli <dodji@openedhand.com> | 2007-09-11 00:20:45 +0200 |
---|---|---|
committer | Dodji Seketeli <dodji@openedhand.com> | 2007-09-11 00:20:45 +0200 |
commit | e8c73ac697aa472e10b4d8c093a715df0bf545af (patch) | |
tree | 14e589c7e32d90d87b2786d27d89cb397901cf20 | |
parent | 321e0a21600e418bbeb164043a9a21a0ff80cbe9 (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.c | 1 |
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; } |