mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xephyr: fix compilation breakage.
* hw/kdrive/ephyr/ephyr_draw.c:
(exaDDXDriverInit): pExaScr->hideOffscreenPixmapData does not exist
anymore, so don't set it.
This commit is contained in:
@@ -520,6 +520,5 @@ exaDDXDriverInit(ScreenPtr pScreen)
|
||||
ExaScreenPriv(pScreen);
|
||||
|
||||
pExaScr->migration = ExaMigrationSmart;
|
||||
pExaScr->hideOffscreenPixmapData = TRUE;
|
||||
pExaScr->checkDirtyCorrectness = TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user