mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 04:09:15 +00:00
Set default migration strategy to "greedy". ok oga@.
This commit is contained in:
@@ -881,7 +881,7 @@ exaDriverInit (ScreenPtr pScreen,
|
|||||||
|
|
||||||
dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr);
|
dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr);
|
||||||
|
|
||||||
pExaScr->migration = ExaMigrationAlways;
|
pExaScr->migration = ExaMigrationGreedy;
|
||||||
|
|
||||||
exaDDXDriverInit(pScreen);
|
exaDDXDriverInit(pScreen);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user