mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 00:10:05 +01:00
Enable Composite by default now that it disables itself in the known bad cases.
This commit is contained in:
parent
0bfc3cc22d
commit
1af2ef0b25
1 changed files with 1 additions and 4 deletions
|
|
@ -136,10 +136,7 @@ _X_EXPORT Bool noTestExtensions;
|
|||
_X_EXPORT Bool noBigReqExtension = FALSE;
|
||||
#endif
|
||||
#ifdef COMPOSITE
|
||||
/* COMPOSITE is disabled by default for now until the
|
||||
* interface is stable */
|
||||
#define COMPOSITE_DEFAULT FALSE
|
||||
_X_EXPORT Bool noCompositeExtension = !COMPOSITE_DEFAULT;
|
||||
_X_EXPORT Bool noCompositeExtension = FALSE;
|
||||
#endif
|
||||
|
||||
#ifdef DAMAGE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue