Set default migration strategy to "greedy". ok oga@.

This commit is contained in:
matthieu 2009-06-29 21:26:43 +00:00
parent 7f4deab7fa
commit 3b890ddc49

View File

@ -881,7 +881,7 @@ exaDriverInit (ScreenPtr pScreen,
dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr);
pExaScr->migration = ExaMigrationAlways;
pExaScr->migration = ExaMigrationGreedy;
exaDDXDriverInit(pScreen);