debrix/Xi allowev.c, 1.2, 1.3 allowev.h, 1.2, 1.3 chgdctl.c, 1.2, 1.3 chgdctl.h, 1.2, 1.3 chgfctl.c, 1.2, 1.3 chgfctl.h, 1.2, 1.3 chgkbd.c, 1.2, 1.3 chgkbd.h, 1.2, 1.3 chgkmap.c, 1.2, 1.3 chgkmap.h, 1.2, 1.3 chgprop.c, 1.2, 1.3 chgprop.h, 1.2, 1.3 chgptr.c, 1.2, 1.3 chgptr.h, 1.2, 1.3 closedev.c, 1.2, 1.3 closedev.h, 1.2, 1.3 devbell.c, 1.2, 1.3 devbell.h, 1.2, 1.3 exevents.c, 1.2, 1.3 exglobals.h, 1.2, 1.3 extinit.c, 1.2, 1.3 getbmap.c, 1.2, 1.3 getbmap.h, 1.2, 1.3 getdctl.c, 1.2, 1.3 getdctl.h, 1.2, 1.3 getfctl.c, 1.2, 1.3 getfctl.h, 1.2, 1.3 getfocus.c, 1.2, 1.3 getfocus.h, 1.2, 1.3 getkmap.c, 1.2, 1.3 getkmap.h, 1.2, 1.3 getmmap.c, 1.2, 1.3 getmmap.h, 1.2, 1.3 getprop.c, 1.2, 1.3 getprop.h, 1.2, 1.3 getselev.c, 1.2, 1.3 getselev.h, 1.2, 1.3 getvers.c, 1.2, 1.3 getvers.h, 1.2, 1.3 grabdev.c, 1.2, 1.3 grabdev.h, 1.2, 1.3 grabdevb.c, 1.2, 1.3 grabdevb.h, 1.2, 1.3 grabdevk.c, 1.2, 1.3 grabdevk.h, 1.2, 1.3 gtmotion.c, 1.2, 1.3 gtmotion.h, 1.2, 1.3 listdev.c, 1.2, 1.3 listdev.h, 1.2, 1.3 opendev.c, 1.2, 1.3 opendev.h, 1.2, 1.3 queryst.c, 1.2, 1.3 queryst.h, 1.2, 1.3 selectev.c, 1.2, 1.3 selectev.h, 1.2, 1.3 sendexev.c, 1.2, 1.3 sendexev.h, 1.2, 1.3 setbmap.c, 1.2, 1.3 setbmap.h, 1.2, 1.3 setdval.c, 1.2, 1.3 setdval.h, 1.2, 1.3 setfocus.c, 1.2, 1.3 setfocus.h, 1.2, 1.3 setmmap.c, 1.2, 1.3 setmmap.h, 1.2, 1.3 setmode.c, 1.2, 1.3 setmode.h, 1.2, 1.3 stubs.c, 1.2, 1.3 ungrdev.c, 1.2, 1.3 ungrdev.h, 1.2, 1.3 ungrdevb.c, 1.2, 1.3 ungrdevb.h, 1.2, 1.3 ungrdevk.c, 1.2, 1.3 ungrdevk.h, 1.2, 1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:39:40 EST 2004


Committed by: daniel

Update of /cvs/xserver/debrix/Xi
In directory pdx:/home/daniel/x/debrix/debrix/Xi

Modified Files:
	allowev.c allowev.h chgdctl.c chgdctl.h chgfctl.c chgfctl.h 
	chgkbd.c chgkbd.h chgkmap.c chgkmap.h chgprop.c chgprop.h 
	chgptr.c chgptr.h closedev.c closedev.h devbell.c devbell.h 
	exevents.c exglobals.h extinit.c getbmap.c getbmap.h getdctl.c 
	getdctl.h getfctl.c getfctl.h getfocus.c getfocus.h getkmap.c 
	getkmap.h getmmap.c getmmap.h getprop.c getprop.h getselev.c 
	getselev.h getvers.c getvers.h grabdev.c grabdev.h grabdevb.c 
	grabdevb.h grabdevk.c grabdevk.h gtmotion.c gtmotion.h 
	listdev.c listdev.h opendev.c opendev.h queryst.c queryst.h 
	selectev.c selectev.h sendexev.c sendexev.h setbmap.c 
	setbmap.h setdval.c setdval.h setfocus.c setfocus.h setmmap.c 
	setmmap.h setmode.c setmode.h stubs.c ungrdev.c ungrdev.h 
	ungrdevb.c ungrdevb.h ungrdevk.c ungrdevk.h 
Log Message:
Initial import from modular sources.


Index: allowev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/allowev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- allowev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ allowev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: allowev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/allowev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- allowev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ allowev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef ALLOWEV_H
 #define ALLOWEV_H 1
 

Index: chgdctl.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgdctl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgdctl.c	23 Apr 2004 18:45:06 -0000	1.2
+++ chgdctl.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"			/* control constants */
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>			/* control constants */
 #include "XIstubs.h"
 
 #include "extnsionst.h"

Index: chgdctl.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgdctl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgdctl.h	23 Apr 2004 18:45:06 -0000	1.2
+++ chgdctl.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef CHGDCTL_H
 #define CHGDCTL_H 1
 

Index: chgfctl.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgfctl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgfctl.c	23 Apr 2004 18:45:06 -0000	1.2
+++ chgfctl.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"			/* control constants */
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>			/* control constants */
 
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: chgfctl.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgfctl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgfctl.h	23 Apr 2004 18:45:06 -0000	1.2
+++ chgfctl.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef CHGFCTL_H
 #define CHGFCTL_H 1
 

Index: chgkbd.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgkbd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgkbd.c	23 Apr 2004 18:45:06 -0000	1.2
+++ chgkbd.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "XIstubs.h"
 #include "globals.h"
 #include "extnsionst.h"

Index: chgkbd.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgkbd.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgkbd.h	23 Apr 2004 18:45:06 -0000	1.2
+++ chgkbd.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef CHGKBD_H
 #define CHGKBD_H 1
 

Index: chgkmap.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgkmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgkmap.c	23 Apr 2004 18:45:06 -0000	1.2
+++ chgkmap.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exevents.h"

Index: chgkmap.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgkmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgkmap.h	23 Apr 2004 18:45:06 -0000	1.2
+++ chgkmap.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef CHGKMAP_H
 #define CHGKMAP_H 1
 

Index: chgprop.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgprop.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgprop.c	23 Apr 2004 18:45:06 -0000	1.2
+++ chgprop.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,14 +53,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 

Index: chgprop.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgprop.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgprop.h	23 Apr 2004 18:45:06 -0000	1.2
+++ chgprop.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef CHGPROP_H
 #define CHGPROP_H 1
 

Index: chgptr.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgptr.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgptr.c	23 Apr 2004 18:45:06 -0000	1.2
+++ chgptr.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "XIstubs.h"
 #include "windowstr.h"			/* window structure  */
 #include "scrnintstr.h"			/* screen structure  */

Index: chgptr.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/chgptr.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chgptr.h	23 Apr 2004 18:45:06 -0000	1.2
+++ chgptr.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef CHGPTR_H
 #define CHGPTR_H 1
 

Index: closedev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/closedev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- closedev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ closedev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,15 +53,18 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
 #include "scrnintstr.h"			/* screen structure  */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "XIstubs.h"
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: closedev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/closedev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- closedev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ closedev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef CLOSEDEV_H
 #define CLOSEDEV_H 1
 

Index: devbell.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/devbell.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- devbell.c	23 Apr 2004 18:45:06 -0000	1.2
+++ devbell.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: devbell.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/devbell.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- devbell.h	23 Apr 2004 18:45:06 -0000	1.2
+++ devbell.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef DEVBELL_H
 #define DEVBELL_H 1
 

Index: exevents.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/exevents.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- exevents.c	23 Apr 2004 18:45:06 -0000	1.2
+++ exevents.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -54,11 +54,14 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "inputstr.h"
 #include "windowstr.h"
 #include "miscstruct.h"

Index: exglobals.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/exglobals.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- exglobals.h	23 Apr 2004 18:45:06 -0000	1.2
+++ exglobals.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -29,6 +29,9 @@
  * Globals referenced elsewhere in the server.
  *
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef EXGLOBALS_H
 #define EXGLOBALS_H 1
 

Index: extinit.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/extinit.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extinit.c	23 Apr 2004 18:45:06 -0000	1.2
+++ extinit.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,17 +53,20 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NUMTYPES 15
 
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
 #include "inputstr.h"
 #include "gcstruct.h"   		/* pointer for extnsionst.h*/
 #include "extnsionst.h"			/* extension entry   */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 
 #include "dixevents.h"
 #include "exevents.h"

Index: getbmap.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getbmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getbmap.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getbmap.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: getbmap.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getbmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getbmap.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getbmap.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETBMAP_H
 #define GETBMAP_H 1
 

Index: getdctl.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getdctl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getdctl.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getdctl.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: getdctl.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getdctl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getdctl.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getdctl.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETDCTL_H
 #define GETDCTL_H 1
 

Index: getfctl.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getfctl.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getfctl.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getfctl.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: getfctl.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getfctl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getfctl.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getfctl.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETFCTL_H
 #define GETFCTL_H 1
 

Index: getfocus.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getfocus.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getfocus.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getfocus.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,14 +53,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "windowstr.h"			/* focus struct      */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: getfocus.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getfocus.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getfocus.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getfocus.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETFOCUS_H
 #define GETFOCUS_H 1
 

Index: getkmap.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getkmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getkmap.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getkmap.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: getkmap.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getkmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getkmap.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getkmap.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETKMAP_H
 #define GETKMAP_H 1
 

Index: getmmap.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getmmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getmmap.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getmmap.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"			/* Request macro     */
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>			/* Request macro     */
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: getmmap.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getmmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getmmap.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getmmap.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETMMAP_H
 #define GETMMAP_H 1
 

Index: getprop.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getprop.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getprop.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getprop.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,14 +53,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structs    */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: getprop.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getprop.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getprop.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getprop.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETPROP_H
 #define GETPROP_H 1
 

Index: getselev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getselev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getselev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getselev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,12 +53,15 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window struct     */
 #include "extnsionst.h"

Index: getselev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getselev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getselev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getselev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETSELEV_H
 #define GETSELEV_H 1
 

Index: getvers.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getvers.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getvers.c	23 Apr 2004 18:45:06 -0000	1.2
+++ getvers.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: getvers.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/getvers.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- getvers.h	23 Apr 2004 18:45:06 -0000	1.2
+++ getvers.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GETVERS_H
 #define GETVERS_H 1
 

Index: grabdev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/grabdev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grabdev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ grabdev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -54,14 +54,17 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: grabdev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/grabdev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grabdev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ grabdev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GRABDEV_H
 #define GRABDEV_H 1
 

Index: grabdevb.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/grabdevb.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grabdevb.c	23 Apr 2004 18:45:06 -0000	1.2
+++ grabdevb.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,14 +53,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "exevents.h"
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: grabdevb.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/grabdevb.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grabdevb.h	23 Apr 2004 18:45:06 -0000	1.2
+++ grabdevb.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GRABDEVB_H
 #define GRABDEVB_H 1
 

Index: grabdevk.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/grabdevk.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grabdevk.c	23 Apr 2004 18:45:06 -0000	1.2
+++ grabdevk.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,14 +53,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "exevents.h"
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: grabdevk.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/grabdevk.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grabdevk.h	23 Apr 2004 18:45:06 -0000	1.2
+++ grabdevk.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GRABDEVK_H
 #define GRABDEVK_H 1
 

Index: gtmotion.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/gtmotion.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gtmotion.c	23 Apr 2004 18:45:06 -0000	1.2
+++ gtmotion.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exevents.h"

Index: gtmotion.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/gtmotion.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gtmotion.h	23 Apr 2004 18:45:06 -0000	1.2
+++ gtmotion.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GTMOTION_H
 #define GTMOTION_H 1
 

Index: listdev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/listdev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- listdev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ listdev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "XIstubs.h"
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: listdev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/listdev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- listdev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ listdev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef LISTDEV_H
 #define LISTDEV_H 1
 

Index: opendev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/opendev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- opendev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ opendev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "XIstubs.h"
 #include "windowstr.h"			/* window structure  */
 #include "extnsionst.h"

Index: opendev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/opendev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- opendev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ opendev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef OPENDEV_H
 #define OPENDEV_H 1
 

Index: queryst.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/queryst.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- queryst.c	23 Apr 2004 18:45:06 -0000	1.2
+++ queryst.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -34,14 +34,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exevents.h"

Index: queryst.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/queryst.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- queryst.h	23 Apr 2004 18:45:06 -0000	1.2
+++ queryst.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef QUERYST_H
 #define QUERYST_H 1
 

Index: selectev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/selectev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- selectev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ selectev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,15 +53,18 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exevents.h"

Index: selectev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/selectev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- selectev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ selectev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef SELECTEV_H
 #define SELECTEV_H 1
 

Index: sendexev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/sendexev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sendexev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ sendexev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,15 +53,18 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define EXTENSION_EVENT_BASE  64
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* Window      	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exevents.h"

Index: sendexev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/sendexev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sendexev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ sendexev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef SENDEXEV_H
 #define SENDEXEV_H 1
 

Index: setbmap.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setbmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setbmap.c	23 Apr 2004 18:45:06 -0000	1.2
+++ setbmap.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,16 +53,19 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
 #define IsOn(ptr, bit) \
 	(((BYTE *) (ptr))[(bit)>>3] & (1 << ((bit) & 7)))
 
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "exevents.h"
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: setbmap.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setbmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setbmap.h	23 Apr 2004 18:45:06 -0000	1.2
+++ setbmap.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef SETBMAP_H
 #define SETBMAP_H 1
 

Index: setdval.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setdval.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setdval.c	23 Apr 2004 18:45:06 -0000	1.2
+++ setdval.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "XIstubs.h"
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: setdval.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setdval.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setdval.h	23 Apr 2004 18:45:06 -0000	1.2
+++ setdval.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef SETDVAL_H
 #define SETDVAL_H 1
 

Index: setfocus.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setfocus.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setfocus.c	23 Apr 2004 18:45:06 -0000	1.2
+++ setfocus.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,14 +53,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "windowstr.h"			/* focus struct      */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 
 #include "dixevents.h"
 

Index: setfocus.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setfocus.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setfocus.h	23 Apr 2004 18:45:06 -0000	1.2
+++ setfocus.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef SETFOCUS_H
 #define SETFOCUS_H 1
 

Index: setmmap.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setmmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setmmap.c	23 Apr 2004 18:45:06 -0000	1.2
+++ setmmap.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS			/* for inputstr.h    */
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "exevents.h"
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: setmmap.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setmmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setmmap.h	23 Apr 2004 18:45:06 -0000	1.2
+++ setmmap.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef SETMMAP_H
 #define SETMMAP_H 1
 

Index: setmode.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setmode.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setmode.c	23 Apr 2004 18:45:06 -0000	1.2
+++ setmode.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "XIstubs.h"
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */

Index: setmode.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/setmode.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setmode.h	23 Apr 2004 18:45:06 -0000	1.2
+++ setmode.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef SETMODE_H
 #define SETMODE_H 1
 

Index: stubs.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/stubs.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stubs.c	23 Apr 2004 18:45:06 -0000	1.2
+++ stubs.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -57,12 +57,15 @@
  * Xnest could do the same thing.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
 #include "inputstr.h"
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "XIstubs.h"
 
 /***********************************************************************

Index: ungrdev.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/ungrdev.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ungrdev.c	23 Apr 2004 18:45:06 -0000	1.2
+++ ungrdev.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,13 +53,16 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
-#include "XIproto.h"
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: ungrdev.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/ungrdev.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ungrdev.h	23 Apr 2004 18:45:06 -0000	1.2
+++ ungrdev.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef UNGRDEV_H
 #define UNGRDEV_H 1
 

Index: ungrdevb.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/ungrdevb.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ungrdevb.c	23 Apr 2004 18:45:06 -0000	1.2
+++ ungrdevb.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,14 +53,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: ungrdevb.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/ungrdevb.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ungrdevb.h	23 Apr 2004 18:45:06 -0000	1.2
+++ ungrdevb.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef UNGRDEVB_H
 #define UNGRDEVB_H 1
 

Index: ungrdevk.c
===================================================================
RCS file: /cvs/xserver/debrix/Xi/ungrdevk.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ungrdevk.c	23 Apr 2004 18:45:06 -0000	1.2
+++ ungrdevk.c	10 Jun 2004 19:39:37 -0000	1.3
@@ -53,14 +53,17 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define	 NEED_EVENTS
 #define	 NEED_REPLIES
-#include "X.h"				/* for inputstr.h    */
-#include "Xproto.h"			/* Request macro     */
+#include <X11/X.h>				/* for inputstr.h    */
+#include <X11/Xproto.h>			/* Request macro     */
 #include "inputstr.h"			/* DeviceIntPtr	     */
 #include "windowstr.h"			/* window structure  */
-#include "XI.h"
-#include "XIproto.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
 #include "extnsionst.h"
 #include "extinit.h"			/* LookupDeviceIntRec */
 #include "exglobals.h"

Index: ungrdevk.h
===================================================================
RCS file: /cvs/xserver/debrix/Xi/ungrdevk.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ungrdevk.h	23 Apr 2004 18:45:06 -0000	1.2
+++ ungrdevk.h	10 Jun 2004 19:39:37 -0000	1.3
@@ -24,6 +24,9 @@
 
 ********************************************************/
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef UNGRDEVK_H
 #define UNGRDEVK_H 1
 




More information about the xserver-commit mailing list