summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-13 14:15:23 -0700
committerKeith Packard <keithp@keithp.com>2010-04-13 14:15:23 -0700
commit1ba45a2dc8b08b4d98d4af21e3ab41dec205e974 (patch)
tree6ea90c0f587e22e43f97b6ddedcb40f17e1cc71c
parent096784526a748eaa4814a7f8e60d2f187fc197c9 (diff)
Remove evieproto
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac4
-rw-r--r--evieproto/COPYING20
-rw-r--r--evieproto/Makefile.am10
-rw-r--r--evieproto/README31
-rw-r--r--evieproto/Xeviestr.h3
-rw-r--r--evieproto/evieproto.h156
-rw-r--r--evieproto/evieproto.pc.in9
8 files changed, 0 insertions, 234 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f85683..a4473f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,6 @@ SUBDIRS = \
damageproto \
dmxproto \
dri2proto \
- evieproto \
fixesproto \
fontsproto \
glproto \
diff --git a/configure.ac b/configure.ac
index 75f13fb..f0b0f72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,8 +46,6 @@ DMXPROTO_VERSION=2.3
AC_SUBST(DMXPROTO_VERSION)
DRI2PROTO_VERSION=2.3
AC_SUBST(DRI2PROTO_VERSION)
-EVIEPROTO_VERSION=1.1.0
-AC_SUBST(EVIEPROTO_VERSION)
FIXESPROTO_VERSION=4.1.1
AC_SUBST(FIXESPROTO_VERSION)
FONTSPROTO_VERSION=2.1.0
@@ -298,8 +296,6 @@ AC_OUTPUT([Makefile
dmxproto/dmxproto.pc
dri2proto/Makefile
dri2proto/dri2proto.pc
- evieproto/Makefile
- evieproto/evieproto.pc
fixesproto/Makefile
fixesproto/fixesproto.pc
fontsproto/Makefile
diff --git a/evieproto/COPYING b/evieproto/COPYING
deleted file mode 100644
index 2c05030..0000000
--- a/evieproto/COPYING
+++ /dev/null
@@ -1,20 +0,0 @@
-Copyright 2003 Sun Microsystems, Inc. All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice (including the next
-paragraph) 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 AUTHORS OR COPYRIGHT HOLDERS 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.
diff --git a/evieproto/Makefile.am b/evieproto/Makefile.am
deleted file mode 100644
index 5272792..0000000
--- a/evieproto/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-eviedir = $(includedir)/X11/extensions
-evie_HEADERS = \
- evieproto.h \
- Xeviestr.h
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = evieproto.pc
-
-EXTRA_DIST = evieproto.pc.in
-
diff --git a/evieproto/README b/evieproto/README
deleted file mode 100644
index e49ea91..0000000
--- a/evieproto/README
+++ /dev/null
@@ -1,31 +0,0 @@
- Extended Visual Information Extension (XEVIE)
-
-
-This extension defines a protocol for a client to determine information
-about core X visuals beyond what the core protocol provides.
-
-Extension name: XEVIE
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/proto/evieproto
-
- http://cgit.freedesktop.org/xorg/proto/evieproto
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff --git a/evieproto/Xeviestr.h b/evieproto/Xeviestr.h
deleted file mode 100644
index 78871f1..0000000
--- a/evieproto/Xeviestr.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#warning "Xeviestr.h is obsolete and may be removed in the future."
-#warning "include <X11/extensions/evieproto.h> for the protocol defines."
-#include <X11/extensions/evieproto.h>
diff --git a/evieproto/evieproto.h b/evieproto/evieproto.h
deleted file mode 100644
index 3f0ec18..0000000
--- a/evieproto/evieproto.h
+++ /dev/null
@@ -1,156 +0,0 @@
-/************************************************************
-
-Copyright 2003 Sun Microsystems, Inc. All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice (including the next
-paragraph) 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 AUTHORS OR COPYRIGHT HOLDERS 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.
-
-************************************************************/
-
-#ifndef _XEVIEPROTO_H_
-#define _XEVIEPROTO_H_
-
-#define XEVIENAME "XEVIE"
-
-#define XEVIE_MAJOR_VERSION 1
-#define XEVIE_MINOR_VERSION 0
-
-#define X_XevieQueryVersion 0
-#define X_XevieStart 1
-#define X_XevieEnd 2
-#define X_XevieSend 3
-#define X_XevieSelectInput 4
-
-#define XevieNumberErrors 0
-
-typedef struct _XevieQueryVersion {
- CARD8 reqType;
- CARD8 xevieReqType;
- CARD16 length B16;
- CARD16 client_major_version B16;
- CARD16 client_minor_version B16;
-} xXevieQueryVersionReq;
-#define sz_xXevieQueryVersionReq 8
-
-typedef struct {
- BYTE type;
- BOOL pad1;
- CARD16 sequence_number B16;
- CARD32 length B32;
- CARD16 server_major_version B16;
- CARD16 server_minor_version B16;
- CARD32 pad2 B32;
- CARD32 pad3 B32;
- CARD32 pad4 B32;
- CARD32 pad5 B32;
- CARD32 pad6 B32;
-} xXevieQueryVersionReply;
-#define sz_xXevieQueryVersionReply 32
-
-typedef struct _XevieStart {
- CARD8 reqType;
- CARD8 xevieReqType;
- CARD16 length B16;
- CARD32 screen B32;
-} xXevieStartReq;
-#define sz_xXevieStartReq 8
-
-typedef struct {
- BYTE type;
- BOOL pad1;
- CARD16 sequence_number B16;
- CARD32 length B32;
- CARD32 pad2 B32;
- CARD32 pad3 B32;
- CARD32 pad4 B32;
- CARD32 pad5 B32;
- CARD32 pad6 B32;
- CARD32 pad7 B32;
-} xXevieStartReply;
-#define sz_xXevieStartReply 32
-
-typedef struct _XevieEnd {
- CARD8 reqType;
- CARD8 xevieReqType;
- CARD16 length B16;
- CARD32 cmap B32;
-} xXevieEndReq;
-#define sz_xXevieEndReq 8
-
-typedef struct {
- BYTE type; /* X_Reply */
- BOOL pad1;
- CARD16 sequence_number B16;
- CARD32 length B32;
- CARD32 pad2 B32;
- CARD32 pad3 B32;
- CARD32 pad4 B32;
- CARD32 pad5 B32;
- CARD32 pad6 B32;
- CARD32 pad7 B32;
-} xXevieEndReply;
-#define sz_xXevieEndReply 32
-
-typedef struct _XevieSend {
- CARD8 reqType;
- CARD8 xevieReqType;
- CARD16 length B16;
- xEvent event;
- CARD32 dataType B32;
-} xXevieSendReq;
-#define sz_xXevieSendReq 104
-
-typedef struct {
- BYTE type;
- BOOL pad1;
- CARD16 sequence_number B16;
- CARD32 length B32;
- CARD32 pad2 B32;
- CARD32 pad3 B32;
- CARD32 pad4 B32;
- CARD32 pad5 B32;
- CARD32 pad6 B32;
- CARD32 pad7 B32;
-} xXevieSendReply;
-#define sz_xXevieSendReply 32
-
-typedef struct _XevieSelectInput {
- CARD8 reqType;
- CARD8 xevieReqType;
- CARD16 length B16;
- CARD32 event_mask B32;
-} xXevieSelectInputReq;
-#define sz_xXevieSelectInputReq 8
-
-typedef struct {
- BYTE type;
- BOOL pad1;
- CARD16 sequence_number B16;
- CARD32 length B32;
- CARD32 pad2 B32;
- CARD32 pad3 B32;
- CARD32 pad4 B32;
- CARD32 pad5 B32;
- CARD32 pad6 B32;
- CARD32 pad7 B32;
-} xXevieSelectInputReply;
-#define sz_xXevieSelectInputReply 32
-
-#endif /* } _XEVIEPROTO_H_ */
-
diff --git a/evieproto/evieproto.pc.in b/evieproto/evieproto.pc.in
deleted file mode 100644
index d7214d7..0000000
--- a/evieproto/evieproto.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: EvIEExt
-Description: EvIE extension headers
-Version: @EVIEPROTO_VERSION@
-Cflags: -I${includedir}