summaryrefslogtreecommitdiff
path: root/Xagsrv.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:31 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:31 +0000
commit7e018a8e4a0f8519e0fca19c5a70b9bb4bacd402 (patch)
treef62c24617ddc9ece3ee5fc252be716aac981dc3f /Xagsrv.h
parentdab35027e56ba9c3c575dc41a041168bab00b4bb (diff)
downloadxorg-proto-xextproto-7e018a8e4a0f8519e0fca19c5a70b9bb4bacd402.tar.gz
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
Diffstat (limited to 'Xagsrv.h')
-rw-r--r--Xagsrv.h24
1 files changed, 1 insertions, 23 deletions
diff --git a/Xagsrv.h b/Xagsrv.h
index 03f84e7..074e60a 100644
--- a/Xagsrv.h
+++ b/Xagsrv.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/include/extensions/Xagsrv.h,v 1.4 2001/12/20 19:25:43 tsi Exp $ */
+/* $XFree86: xc/include/extensions/Xagsrv.h,v 1.6 2003/11/17 22:20:03 dawes Exp $ */
/*
Copyright 1996, 1998 The Open Group
@@ -33,63 +33,41 @@ from The Open Group.
_XFUNCPROTOBEGIN
-extern void XagExtensionInit(
-#if NeedFunctionPrototypes
- void
-#endif
-);
-
extern void XagConnectionInfo(
-#if NeedFunctionPrototypes
ClientPtr /* client */,
xConnSetupPrefix** /* conn_prefix */,
char** /* conn_info */,
int* /* num_screens */
-#endif
);
extern VisualID XagRootVisual(
-#if NeedFunctionPrototypes
ClientPtr /* client */
-#endif
);
extern Colormap XagDefaultColormap(
-#if NeedFunctionPrototypes
ClientPtr /* client */
-#endif
);
extern ClientPtr XagLeader(
-#if NeedFunctionPrototypes
ClientPtr /* client */
-#endif
);
extern void XagCallClientStateChange(
-#if NeedFunctionPrototypes
ClientPtr /* client */
-#endif
);
extern Bool XagIsControlledRoot (
-#if NeedFunctionPrototypes
ClientPtr /* client */,
WindowPtr /* pParent */
-#endif
);
extern XID XagId (
-#if NeedFunctionPrototypes
ClientPtr /* client */
-#endif
);
extern void XagGetDeltaInfo (
-#if NeedFunctionPrototypes
ClientPtr /* client */,
CARD32* /* buf */
-#endif
);
_XFUNCPROTOEND