diff options
author | Deron Johnson <deron.johnson@sun.com> | 2004-09-16 23:37:23 +0000 |
---|---|---|
committer | Deron Johnson <deron.johnson@sun.com> | 2004-09-16 23:37:23 +0000 |
commit | cc390e4ed5e0d1bc8f7c3eaf9de67be4e9792b7c (patch) | |
tree | 318e2b0bf91da8d7a7ff39f169c128ff72453112 /os | |
parent | b3322257815ec4550e1634453167535b02c1bfbd (diff) |
Initially populate the lg3d branch with lg3d code.lg3d-dev-0-6-latest
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/os/utils.c b/os/utils.c index 9cd5e0325..8d1dd5ab6 100644 --- a/os/utils.c +++ b/os/utils.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/os/utils.c,v 1.5 2004/07/31 09:14:06 kem Exp $ */ +/* $XdotOrg: xc/programs/Xserver/os/utils.c,v 1.6 2004/08/11 22:27:50 kem Exp $ */ /* $Xorg: utils.c,v 1.5 2001/02/09 02:05:24 xorgcvs Exp $ */ /* @@ -146,6 +146,10 @@ Bool noXevieExtension = TRUE; Bool noCompositeExtension = TRUE; #endif +#ifdef LG3D +Bool noLgeExtension = TRUE; +#endif + int auditTrailLevel = 1; Bool Must_have_memory = FALSE; |