exa: only disable cw when COMPOSITE is built

This commit is contained in:
Daniel Stone 2006-07-19 20:08:32 -04:00 committed by Daniel Stone
parent 27df2eda79
commit 68b0678254

View File

@ -606,7 +606,9 @@ exaDriverInit (ScreenPtr pScreen,
} }
#endif #endif
#ifdef COMPOSITE
miDisableCompositeWrapper(pScreen); miDisableCompositeWrapper(pScreen);
#endif
/* /*
* Hookup offscreen pixmaps * Hookup offscreen pixmaps