diff options
Diffstat (limited to 'xserver')
-rw-r--r-- | xserver/exa/exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/exa/exa.c b/xserver/exa/exa.c index 72539c0f3..1082a1086 100644 --- a/xserver/exa/exa.c +++ b/xserver/exa/exa.c @@ -881,7 +881,7 @@ exaDriverInit (ScreenPtr pScreen, dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr); - pExaScr->migration = ExaMigrationAlways; + pExaScr->migration = ExaMigrationGreedy; exaDDXDriverInit(pScreen); |