mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 15:10:11 +01: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:
parent
321e0a2160
commit
e8c73ac697
1 changed files with 0 additions and 1 deletions
|
|
@ -520,6 +520,5 @@ exaDDXDriverInit(ScreenPtr pScreen)
|
|||
ExaScreenPriv(pScreen);
|
||||
|
||||
pExaScr->migration = ExaMigrationSmart;
|
||||
pExaScr->hideOffscreenPixmapData = TRUE;
|
||||
pExaScr->checkDirtyCorrectness = TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue