diff options
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index c9e6fd245..7a2188e25 100644 --- a/include/globals.h +++ b/include/globals.h @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/include/globals.h,v 1.3 2004/07/31 04:23:21 kem Exp $ */ +/* $XdotOrg: xc/programs/Xserver/include/globals.h,v 1.4 2004/07/31 09:14:06 kem Exp $ */ /* $XFree86: xc/programs/Xserver/include/globals.h,v 1.3 1999/09/25 14:38:21 dawes Exp $ */ #ifndef _XSERV_GLOBAL_H_ @@ -61,4 +61,8 @@ extern Bool noXevieExtension; extern Bool noCompositeExtension; #endif +#ifdef LG3D +extern Bool noLgeExtension; +#endif + #endif /* _XSERV_GLOBAL_H_ */ |