Set default migration strategy to "greedy". ok oga@.
This commit is contained in:
parent
7f4deab7fa
commit
3b890ddc49
@ -881,7 +881,7 @@ exaDriverInit (ScreenPtr pScreen,
|
||||
|
||||
dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr);
|
||||
|
||||
pExaScr->migration = ExaMigrationAlways;
|
||||
pExaScr->migration = ExaMigrationGreedy;
|
||||
|
||||
exaDDXDriverInit(pScreen);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user