summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 01:20:14 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 01:20:14 +0000
commit20b140fca65e843e735f487413e2141a1190473f (patch)
tree008b0c56c979d3348cac2b3129bf6d2787e970f6 /src
parent2730ec4bdb46af133ae75f0082b49e9ceb8f113e (diff)
Move request id definitions to Xeviestr.h, leaving Xevie.h for clientXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
library definitions and Xeviestr.h for protocol definitions to allow cleaner split in modularization.
Diffstat (limited to 'src')
-rw-r--r--src/Xevie.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Xevie.c b/src/Xevie.c
index 277c15d..2053245 100644
--- a/src/Xevie.c
+++ b/src/Xevie.c
@@ -1,3 +1,4 @@
+/* $XdotOrg: $ */
/************************************************************
Copyright 2003 Sun Microsystems, Inc.
@@ -34,6 +35,7 @@ of the copyright holder.
#define NEED_EVENTS
#define NEED_REPLIES
#include <X11/Xlibint.h>
+#include <X11/extensions/Xevie.h>
#include <X11/extensions/Xeviestr.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>