debrix/XTrap xf86XTrapModule.c, 1.2, 1.3 xtrapddmi.c, 1.2, 1.3 xtrapdi.c, 1.2, 1.3 xtrapdiswp.c, 1.2, 1.3 xtrapditbl.c, 1.2, 1.3
Daniel Stone <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: daniel Update of /cvs/xserver/debrix/XTrap In directory pdx:/home/daniel/x/debrix/debrix/XTrap Modified Files: xf86XTrapModule.c xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c Log Message: Initial import of missing sources from the modular tree. Index: xf86XTrapModule.c =================================================================== RCS file: /cvs/xserver/debrix/XTrap/xf86XTrapModule.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xf86XTrapModule.c 23 Apr 2004 18:44:40 -0000 1.2 +++ xf86XTrapModule.c 12 Jun 2004 15:17:56 -0000 1.3 @@ -2,6 +2,9 @@ /* This is the xf86 module code for the DEC_XTRAP extension. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "xf86Module.h" #include <X11/extensions/xtrapdi.h> Index: xtrapddmi.c =================================================================== RCS file: /cvs/xserver/debrix/XTrap/xtrapddmi.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xtrapddmi.c 23 Apr 2004 18:44:40 -0000 1.2 +++ xtrapddmi.c 12 Jun 2004 15:17:56 -0000 1.3 @@ -38,6 +38,9 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #ifndef EXTMODULE #include <errno.h> #include <X11/Xos.h> Index: xtrapdi.c =================================================================== RCS file: /cvs/xserver/debrix/XTrap/xtrapdi.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xtrapdi.c 23 Apr 2004 18:44:40 -0000 1.2 +++ xtrapdi.c 12 Jun 2004 15:17:56 -0000 1.3 @@ -49,6 +49,9 @@ * Include Files * *-----------------*/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #define NEED_REPLIES #define NEED_EVENTS #ifndef EXTMODULE Index: xtrapdiswp.c =================================================================== RCS file: /cvs/xserver/debrix/XTrap/xtrapdiswp.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xtrapdiswp.c 23 Apr 2004 18:44:40 -0000 1.2 +++ xtrapdiswp.c 12 Jun 2004 15:17:56 -0000 1.3 @@ -45,6 +45,9 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/X.h> #define NEED_REPLIES #define NEED_EVENTS Index: xtrapditbl.c =================================================================== RCS file: /cvs/xserver/debrix/XTrap/xtrapditbl.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xtrapditbl.c 23 Apr 2004 18:44:40 -0000 1.2 +++ xtrapditbl.c 12 Jun 2004 15:17:56 -0000 1.3 @@ -35,6 +35,9 @@ /*-----------------* * Include Files * *-----------------*/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/X.h> #define NEED_REPLIES #define NEED_EVENTS