(submit/miext-extinit) Xext: security: unexport noSecurityExtension
This field isn't used by any drivers, and also better belongs into the corresponding extension instead of OS adaption layer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									0dc18761a0
								
							
						
					
					
						commit
						dc440cd822
					
				| 
						 | 
					@ -46,9 +46,11 @@ in this Software without prior written authorization from The Open Group.
 | 
				
			||||||
#include "privates.h"
 | 
					#include "privates.h"
 | 
				
			||||||
#include "xacestr.h"
 | 
					#include "xacestr.h"
 | 
				
			||||||
#include "securitysrv.h"
 | 
					#include "securitysrv.h"
 | 
				
			||||||
#include "extinit.h"
 | 
					#include "extinit_priv.h"
 | 
				
			||||||
#include "protocol-versions.h"
 | 
					#include "protocol-versions.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Bool noSecurityExtension = FALSE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Extension stuff */
 | 
					/* Extension stuff */
 | 
				
			||||||
static int SecurityErrorBase;   /* first Security error number */
 | 
					static int SecurityErrorBase;   /* first Security error number */
 | 
				
			||||||
static int SecurityEventBase;   /* first Security event number */
 | 
					static int SecurityEventBase;   /* first Security event number */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -62,10 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
 | 
				
			||||||
extern _X_EXPORT Bool noPanoramiXExtension;
 | 
					extern _X_EXPORT Bool noPanoramiXExtension;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef XCSECURITY
 | 
					 | 
				
			||||||
extern _X_EXPORT Bool noSecurityExtension;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#ifdef XF86BIGFONT
 | 
					#ifdef XF86BIGFONT
 | 
				
			||||||
extern _X_EXPORT Bool noXFree86BigfontExtension;
 | 
					extern _X_EXPORT Bool noXFree86BigfontExtension;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,6 +18,7 @@ extern Bool noRenderExtension;
 | 
				
			||||||
extern Bool noResExtension;
 | 
					extern Bool noResExtension;
 | 
				
			||||||
extern Bool noRRExtension;
 | 
					extern Bool noRRExtension;
 | 
				
			||||||
extern Bool noScreenSaverExtension;
 | 
					extern Bool noScreenSaverExtension;
 | 
				
			||||||
 | 
					extern Bool noSecurityExtension;
 | 
				
			||||||
extern Bool noShapeExtension;
 | 
					extern Bool noShapeExtension;
 | 
				
			||||||
extern Bool noTestExtensions;
 | 
					extern Bool noTestExtensions;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -124,9 +124,6 @@ __stdcall unsigned long GetTickCount(void);
 | 
				
			||||||
#ifdef COMPOSITE
 | 
					#ifdef COMPOSITE
 | 
				
			||||||
Bool noCompositeExtension = FALSE;
 | 
					Bool noCompositeExtension = FALSE;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#ifdef XCSECURITY
 | 
					 | 
				
			||||||
Bool noSecurityExtension = FALSE;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#ifdef XF86BIGFONT
 | 
					#ifdef XF86BIGFONT
 | 
				
			||||||
Bool noXFree86BigfontExtension = FALSE;
 | 
					Bool noXFree86BigfontExtension = FALSE;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue