debrix/cfb24 cfbmodule.c,1.2,1.3 cfbrrop24.h,1.2,1.3

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


Committed by: daniel

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

Modified Files:
	cfbmodule.c cfbrrop24.h 
Log Message:
Initial import from modular sources.


Index: cfbmodule.c
===================================================================
RCS file: /cvs/xserver/debrix/cfb24/cfbmodule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cfbmodule.c	23 Apr 2004 19:02:10 -0000	1.2
+++ cfbmodule.c	10 Jun 2004 19:39:45 -0000	1.3
@@ -25,6 +25,9 @@
  * XFree86 Project.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifdef XFree86LOADER
 
 #include "xf86Module.h"

Index: cfbrrop24.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb24/cfbrrop24.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cfbrrop24.h	23 Apr 2004 19:02:10 -0000	1.2
+++ cfbrrop24.h	10 Jun 2004 19:39:45 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/cfb24/cfbrrop24.h,v 3.1tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define RROP_DECLARE \
     unsigned long piQxelAnd[3], piQxelXor[3], spiQxelXor[8];
 




More information about the xserver-commit mailing list