debrix/hw/xorg/rac xf86RAC.c, 1.2, 1.3 xf86RAC.h, 1.2, 1.3 xf86RACmodule.c, 1.2, 1.3

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


Committed by: daniel

Update of /cvs/xserver/debrix/hw/xorg/rac
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/rac

Modified Files:
	xf86RAC.c xf86RAC.h xf86RACmodule.c 
Log Message:
Initial import from modular sources.


Index: xf86RAC.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/rac/xf86RAC.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86RAC.c	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86RAC.c	10 Jun 2004 19:41:15 -0000	1.3
@@ -1,11 +1,14 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/rac/xf86RAC.c,v 1.5 1999/06/12 17:30:21 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "misc.h"
 #include "xf86.h"
 #include "xf86_ansic.h"
 #include "xf86_OSproc.h"
 
-#include "X.h"
+#include <X11/X.h>
 #include "colormapst.h"
 #include "scrnintstr.h"
 #include "screenint.h"

Index: xf86RAC.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/rac/xf86RAC.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86RAC.h	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86RAC.h	10 Jun 2004 19:41:15 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/rac/xf86RAC.h,v 1.2 1999/05/15 12:10:33 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef __XF86RAC_H
 #define __XF86RAC_H 1
 

Index: xf86RACmodule.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/rac/xf86RACmodule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86RACmodule.c	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86RACmodule.c	10 Jun 2004 19:41:15 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/rac/xf86RACmodule.c,v 1.3 1999/01/17 10:54:12 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Module.h"
 
 static XF86ModuleVersionInfo racVersRec =




More information about the xserver-commit mailing list