diff options
author | Eric Anholt <eric@anholt.net> | 2007-03-27 13:13:45 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-03-27 17:34:04 -0700 |
commit | 1af2ef0b25fd8017a3271e624a5f1548f02b09f9 (patch) | |
tree | e8d7b212b47cdc58c216f9c93d45a83ff627ed74 /os | |
parent | 0bfc3cc22db94ec6867596606fe93228e315c847 (diff) |
Enable Composite by default now that it disables itself in the known bad cases.
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/os/utils.c b/os/utils.c index 2fc5cbb3f..e605a6c7a 100644 --- a/os/utils.c +++ b/os/utils.c @@ -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 |