Add new extension enable/disable feature. This code is a small step in the

right direction -- i.e., moving towards full run-time config of
    extensions. Currently, only XTEST, XINERAMA, RENDER, XKB, and XEVIE are
    supported.
This commit is contained in:
Kevin E Martin
2004-07-31 04:23:21 +00:00
parent 326729ebca
commit 25bd6ff4a6
6 changed files with 96 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
/* $XdotOrg$ */
/* $XdotOrg: xc/programs/Xserver/include/globals.h,v 1.2 2004/04/23 19:54:23 eich Exp $ */
/* $XFree86: xc/programs/Xserver/include/globals.h,v 1.3 1999/09/25 14:38:21 dawes Exp $ */
#ifndef _XSERV_GLOBAL_H_
@@ -49,5 +49,12 @@ extern Bool PanoramiXWindowExposureSent;
extern Bool PanoramiXOneExposeRequest;
#endif
#ifdef RENDER
extern Bool noRenderExtension;
#endif
#ifdef XEVIE
extern Bool noXevieExtension;
#endif
#endif /* _XSERV_GLOBAL_H_ */