mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +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);
|
||||
|
||||
pExaScr->migration = ExaMigrationAlways;
|
||||
pExaScr->migration = ExaMigrationGreedy;
|
||||
|
||||
exaDDXDriverInit(pScreen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user