Move Xserver API for security extension to securitysrv.h

This commit is contained in:
Alan Coopersmith
2006-06-20 18:22:51 -07:00
committed by Alan Coopersmith
parent a544359465
commit d44b2a0a57
16 changed files with 17 additions and 31 deletions

View File

@@ -44,8 +44,7 @@ from The Open Group.
#define _XAG_SERVER_
#include <X11/extensions/Xagstr.h>
#include <X11/extensions/Xagsrv.h>
#define _SECURITY_SERVER
#include <X11/extensions/security.h>
#include "securitysrv.h"
#include <X11/Xfuncproto.h>
#define XSERV_t

View File

@@ -39,7 +39,7 @@ in this Software without prior written authorization from The Open Group.
#include "gcstruct.h"
#include "colormapst.h"
#include "propertyst.h"
#define _SECURITY_SERVER
#include "securitysrv.h"
#include <X11/extensions/securstr.h>
#include <assert.h>
#include <stdarg.h>