Xevie Xevie.c,1.1,1.2 Xevie.h,1.2,1.3 xevie.pc.in,1.1,1.2

Daniel Stone xlibs-commit@pdx.freedesktop.org
Fri Jan 28 13:04:15 PST 2005


Committed by: daniels

Update of /cvs/xlibs/Xevie
In directory gabe:/tmp/cvs-serv12324

Modified Files:
	Xevie.c Xevie.h xevie.pc.in 
Log Message:
Initial autotooling of sources.

Index: Xevie.c
===================================================================
RCS file: /cvs/xlibs/Xevie/Xevie.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Xevie.c	16 Aug 2004 15:02:59 -0000	1.1
+++ Xevie.c	28 Jan 2005 21:04:13 -0000	1.2
@@ -34,6 +34,7 @@
 #define NEED_EVENTS
 #define NEED_REPLIES
 #include <X11/Xlibint.h>
+#include <X11/extensions/evie.h>
 #include <X11/extensions/Xeviestr.h>
 #include <X11/extensions/Xext.h>
 #include <X11/extensions/extutil.h>

Index: Xevie.h
===================================================================
RCS file: /cvs/xlibs/Xevie/Xevie.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Xevie.h	30 Jul 2004 01:31:08 -0000	1.2
+++ Xevie.h	28 Jan 2005 21:04:13 -0000	1.3
@@ -36,19 +36,6 @@
 
 #include <X11/Xfuncproto.h>
 
-#define X_XevieQueryVersion			0
-#define X_XevieStart				1
-#define X_XevieEnd				2
-#define X_XevieSend				3
-#define X_XevieSelectInput			4
-
-#define XevieNumberErrors			0
-
-#define XEVIE_UNMODIFIED    0
-#define XEVIE_MODIFIED   1
-
-#ifndef _XEVIE_SERVER_
-
 _XFUNCPROTOBEGIN
 
 Bool XevieQueryVersion(
@@ -76,10 +63,7 @@
     long
 );
 
-
 _XFUNCPROTOEND
 
-#endif /* _XEVIE_SERVER_ */
-
 #endif /* _XEVIE_H_ */
 

Index: xevie.pc.in
===================================================================
RCS file: /cvs/xlibs/Xevie/xevie.pc.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xevie.pc.in	16 Aug 2004 17:16:44 -0000	1.1
+++ xevie.pc.in	28 Jan 2005 21:04:13 -0000	1.2
@@ -2,11 +2,9 @@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
-xlibs=@X_LIBS@
-xcflags=@X_CFLAGS@
 
 Name: Xevie
 Description: X Event Interceptor Library
 Version: @VERSION@
-Cflags: -I${includedir} ${xcflags}
-Libs: -L${libdir} -lXcursor ${xlibs}
+Cflags: -I${includedir} @XEVIE_CFLAGS@
+Libs: -L${libdir} -lX11 -lXevie @XEVIE_LIBS@



More information about the xlibs-commit mailing list