mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 06:40:15 +01:00
exa: only disable cw when COMPOSITE is built
This commit is contained in:
parent
27df2eda79
commit
68b0678254
1 changed files with 2 additions and 0 deletions
|
|
@ -606,7 +606,9 @@ exaDriverInit (ScreenPtr pScreen,
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef COMPOSITE
|
||||
miDisableCompositeWrapper(pScreen);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Hookup offscreen pixmaps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue