summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-27 16:25:22 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-27 16:25:22 +0000
commita63b4a9d7ebc5929ce9172b10743396cd36addb8 (patch)
tree327f31f1b034196075c0b4349cf0eb1073c0ac19
parent7bcd3400a8043dee6399680ddc6592747b30f599 (diff)
downloadxorg-proto-xextproto-a63b4a9d7ebc5929ce9172b10743396cd36addb8.tar.gz
Remove Xserver API for appgroup extension [Will break Xorg server builds
prior to 2006-06-21 / git commit 77c947b900faf34f425eef1549d8210c475e093b]
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am1
-rw-r--r--Xagsrv.h76
3 files changed, 8 insertions, 77 deletions
diff --git a/ChangeLog b/ChangeLog
index f36412e..ef3ad1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-27 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * Makefile.am:
+ * Xagsrv.h [REMOVED]:
+ Remove Xserver API for appgroup extension
+ [Will break Xorg server builds prior to 2006-06-21 / git commit
+ 77c947b900faf34f425eef1549d8210c475e093b]
+
2006-06-20 Alan Coopersmith <alan.coopersmith@sun.com>
* security.h:
diff --git a/Makefile.am b/Makefile.am
index 7ce6d66..782b7d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,6 @@ xext_HEADERS = \
sync.h \
syncstr.h \
Xag.h \
- Xagsrv.h \
Xagstr.h \
Xcup.h \
Xcupstr.h \
diff --git a/Xagsrv.h b/Xagsrv.h
deleted file mode 100644
index b9c50aa..0000000
--- a/Xagsrv.h
+++ /dev/null
@@ -1,76 +0,0 @@
-/* $XFree86: xc/include/extensions/Xagsrv.h,v 1.5 2003/07/16 01:38:24 dawes Exp $ */
-/*
-Copyright 1996, 1998 The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall
-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: Xagsrv.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
-
-#ifndef _XAGSRV_H_
-#define _XAGSRV_H_
-
-#include <X11/Xfuncproto.h>
-
-_XFUNCPROTOBEGIN
-
-extern void XagConnectionInfo(
- ClientPtr /* client */,
- xConnSetupPrefix** /* conn_prefix */,
- char** /* conn_info */,
- int* /* num_screens */
-);
-
-extern VisualID XagRootVisual(
- ClientPtr /* client */
-);
-
-extern Colormap XagDefaultColormap(
- ClientPtr /* client */
-);
-
-extern ClientPtr XagLeader(
- ClientPtr /* client */
-);
-
-extern void XagCallClientStateChange(
- ClientPtr /* client */
-);
-
-extern Bool XagIsControlledRoot (
- ClientPtr /* client */,
- WindowPtr /* pParent */
-);
-
-extern XID XagId (
- ClientPtr /* client */
-);
-
-extern void XagGetDeltaInfo (
- ClientPtr /* client */,
- CARD32* /* buf */
-);
-
-_XFUNCPROTOEND
-
-#endif /* _XAGSRV_H_ */
-