summaryrefslogtreecommitdiff
path: root/Xagsrv.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:02 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:02 +0000
commit023a09fe640f876478157e5b4cd9cfec1452da4b (patch)
treef62c24617ddc9ece3ee5fc252be716aac981dc3f /Xagsrv.h
parent343e78e15048e6a25791449bfc7566c07ccddf28 (diff)
downloadxorg-proto-xextproto-023a09fe640f876478157e5b4cd9cfec1452da4b.tar.gz
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
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