diff options
Diffstat (limited to 'X11/extensions/Xag.h')
-rw-r--r-- | X11/extensions/Xag.h | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/X11/extensions/Xag.h b/X11/extensions/Xag.h index 815f2b9f9..9f69f7875 100644 --- a/X11/extensions/Xag.h +++ b/X11/extensions/Xag.h @@ -1,4 +1,3 @@ -/* $XFree86: xc/include/extensions/Xag.h,v 1.5 2001/12/17 20:52:24 dawes Exp $ */ /* Copyright 1996, 1998 The Open Group @@ -24,34 +23,13 @@ not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $Xorg: Xag.h,v 1.5 2001/02/09 02:03:24 xorgcvs Exp $ */ #ifndef _XAG_H_ #define _XAG_H_ +#include <X11/extensions/ag.h> #include <X11/Xfuncproto.h> -#define X_XagQueryVersion 0 -#define X_XagCreate 1 -#define X_XagDestroy 2 -#define X_XagGetAttr 3 -#define X_XagQuery 4 -#define X_XagCreateAssoc 5 -#define X_XagDestroyAssoc 6 - -#define XagBadAppGroup 0 -#define XagNumberErrors (XagBadAppGroup + 1) - -#define XagNsingleScreen 7 -#define XagNdefaultRoot 1 -#define XagNrootVisual 2 -#define XagNdefaultColormap 3 -#define XagNblackPixel 4 -#define XagNwhitePixel 5 -#define XagNappGroupLeader 6 - -#ifndef _XAG_SERVER_ - #include <stdarg.h> _XFUNCPROTOBEGIN @@ -108,7 +86,5 @@ Status XagDestroyAssociation( _XFUNCPROTOEND -#endif /* _XAG_SERVER_ */ - #endif /* _XAG_H_ */ |