summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-10-22 22:40:44 +1030
committerPeter Hutterer <peter.hutterer@redhat.com>2008-11-04 16:01:07 +1030
commitf4036f6ace5f770f0fe6a6e3dc3749051a81325a (patch)
tree7a06e69883b510b838267546e53b1fa1f2a9b70b /include
parent8c3753a0b711b5708b61f64ab4010ca01608d679 (diff)
Remove XEvIE
It's unmaintained and has been broken for quite a while; MPX finally smashed it completely. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/cursorstr.h3
-rw-r--r--include/dix-config.h.in3
-rw-r--r--include/globals.h4
-rw-r--r--include/windowstr.h4
4 files changed, 0 insertions, 14 deletions
diff --git a/include/cursorstr.h b/include/cursorstr.h
index bca35969b..3ff56e2bf 100644
--- a/include/cursorstr.h
+++ b/include/cursorstr.h
@@ -92,7 +92,4 @@ typedef struct {
ScreenPtr pScreen;
} HotSpot;
-#ifdef XEVIE
-extern HotSpot xeviehot;
-#endif
#endif /* CURSORSTRUCT_H */
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 954a4284c..cfaea3046 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -303,9 +303,6 @@
/* Support Xdmcp */
#undef XDMCP
-/* Build XEvIE extension */
-#undef XEVIE
-
/* Build XFree86 BigFont extension */
#undef XF86BIGFONT
diff --git a/include/globals.h b/include/globals.h
index 68ea2cbe2..c3d2dcfa2 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -94,10 +94,6 @@ extern Bool noSecurityExtension;
extern Bool noResExtension;
#endif
-#ifdef XEVIE
-extern Bool noXevieExtension;
-#endif
-
#ifdef XF86BIGFONT
extern Bool noXFree86BigfontExtension;
#endif
diff --git a/include/windowstr.h b/include/windowstr.h
index 9bdcadd1e..3beb01c80 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -257,8 +257,4 @@ typedef struct _FocusSemaphores {
char focusinout[(MAXDEVICES + 7)/8];
} FocusSemaphoresRec, *FocusSemaphoresPtr;
-#ifdef XEVIE
-extern WindowPtr xeviewin;
-#endif
-
#endif /* WINDOWSTRUCT_H */