diff options
author | Daniel Stone <daniel.stone@nokia.com> | 2006-07-19 20:08:32 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:18:20 -0400 |
commit | 68b0678254240a984db9adefefb0cf68e9bfd4e4 (patch) | |
tree | 9264fc16f0eb21afd014cbc797a73df27f431ddd /exa/exa.c | |
parent | 27df2eda795681c9f05e2907d74e2c102d3441e4 (diff) |
exa: only disable cw when COMPOSITE is built
Diffstat (limited to 'exa/exa.c')
-rw-r--r-- | exa/exa.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -606,7 +606,9 @@ exaDriverInit (ScreenPtr pScreen, } #endif +#ifdef COMPOSITE miDisableCompositeWrapper(pScreen); +#endif /* * Hookup offscreen pixmaps |