View | Details | Raw Unified | Return to bug 404143
Collapse All | Expand All

(-)a/exa/exa.c (-1 / +1 lines)
Lines 895-901 exaDriverInit (ScreenPtr pScreen, Link Here
895
895
896
    dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr);
896
    dixSetPrivate(&pScreen->devPrivates, exaScreenPrivateKey, pExaScr);
897
897
898
    pExaScr->migration = ExaMigrationAlways;
898
    pExaScr->migration = ExaMigrationGreedy;
899
899
900
    exaDDXDriverInit(pScreen);
900
    exaDDXDriverInit(pScreen);
901
901

Return to bug 404143