diff options
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; |