From cc390e4ed5e0d1bc8f7c3eaf9de67be4e9792b7c Mon Sep 17 00:00:00 2001 From: Deron Johnson Date: Thu, 16 Sep 2004 23:37:23 +0000 Subject: Initially populate the lg3d branch with lg3d code. --- os/utils.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'os') 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; -- cgit v1.2.3