debrix/cfb cfb.h, 1.2, 1.3 cfb16.h, 1.1.1.1, 1.2 cfb24.h, 1.1.1.1, 1.2 cfb32.h, 1.1.1.1, 1.2 cfb8bit.h, 1.2, 1.3 cfbmap.h, 1.2, 1.3 cfbmskbits.h, 1.2, 1.3 cfbrrop.h, 1.2, 1.3 cfbtab.h, 1.2, 1.3 cfbunmap.h, 1.1.1.2, 1.2 stip68kgnu.h, 1.2, 1.3

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


Committed by: daniel

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

Modified Files:
	cfb.h cfb16.h cfb24.h cfb32.h cfb8bit.h cfbmap.h cfbmskbits.h 
	cfbrrop.h cfbtab.h cfbunmap.h stip68kgnu.h 
Log Message:
Initial import from modular sources.


Index: cfb.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfb.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cfb.h	23 Apr 2004 19:00:12 -0000	1.2
+++ cfb.h	10 Jun 2004 19:39:40 -0000	1.3
@@ -29,9 +29,12 @@
 ********************************************************/
 /* $XFree86: xc/programs/Xserver/cfb/cfb.h,v 3.29tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #if !defined(__CFB_H__) || defined(CFB_PROTOTYPES_ONLY)
 
-#include "X.h"
+#include <X11/X.h>
 #include "globals.h"
 #include "pixmap.h"
 #include "region.h"

Index: cfb16.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfb16.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- cfb16.h	14 Nov 2003 16:48:53 -0000	1.1.1.1
+++ cfb16.h	10 Jun 2004 19:39:40 -0000	1.2
@@ -25,6 +25,9 @@
  * XFree86 Project.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _CFB16_H_
 #define _CFB16_H_
 

Index: cfb24.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfb24.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- cfb24.h	14 Nov 2003 16:48:53 -0000	1.1.1.1
+++ cfb24.h	10 Jun 2004 19:39:40 -0000	1.2
@@ -25,6 +25,9 @@
  * XFree86 Project.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _CFB24_H_
 #define _CFB24_H_
 

Index: cfb32.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfb32.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- cfb32.h	14 Nov 2003 16:48:53 -0000	1.1.1.1
+++ cfb32.h	10 Jun 2004 19:39:40 -0000	1.2
@@ -25,6 +25,9 @@
  * XFree86 Project.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _CFB32_H_
 #define _CFB32_H_
 

Index: cfb8bit.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfb8bit.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cfb8bit.h	23 Apr 2004 19:00:12 -0000	1.2
+++ cfb8bit.h	10 Jun 2004 19:39:40 -0000	1.3
@@ -36,6 +36,9 @@
 
 /* $Xorg: cfb8bit.h,v 1.4 2001/02/09 02:04:37 xorgcvs Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "servermd.h"
 
 #if (BITMAP_BIT_ORDER == MSBFirst)

Index: cfbmap.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfbmap.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cfbmap.h	23 Apr 2004 19:00:12 -0000	1.2
+++ cfbmap.h	10 Jun 2004 19:39:40 -0000	1.3
@@ -32,6 +32,9 @@
  * Map names around so that multiple depths can be supported simultaneously
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #if 0
 #undef QuartetBitsTable
 #undef QuartetPixelMaskTable

Index: cfbmskbits.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfbmskbits.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cfbmskbits.h	23 Apr 2004 19:00:12 -0000	1.2
+++ cfbmskbits.h	10 Jun 2004 19:39:40 -0000	1.3
@@ -31,8 +31,11 @@
 /* $Xorg: cfbmskbits.h,v 1.3 2000/08/17 19:48:14 cpqbld Exp $ */
 /* Optimizations for PSZ == 32 added by Kyle Marvin (marvin at vitec.com) */
 
-#include	"X.h"
-#include	"Xmd.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include	<X11/X.h>
+#include	<X11/Xmd.h>
 #include	"servermd.h"
 #if defined(XFREE86) || ( defined(__OpenBSD__) && defined(__alpha__) ) \
 	|| (defined(__bsdi__))

Index: cfbrrop.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfbrrop.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cfbrrop.h	23 Apr 2004 19:00:12 -0000	1.2
+++ cfbrrop.h	10 Jun 2004 19:39:40 -0000	1.3
@@ -28,8 +28,11 @@
 
 /* $XFree86: xc/programs/Xserver/cfb/cfbrrop.h,v 3.10tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef GXcopy
-#include "X.h"
+#include <X11/X.h>
 #endif
 
 #define RROP_FETCH_GC(gc) \

Index: cfbtab.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfbtab.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cfbtab.h	23 Apr 2004 19:00:12 -0000	1.2
+++ cfbtab.h	10 Jun 2004 19:39:40 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86$ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _CFBTAB_H_
 #define _CFBTAB_H_
 

Index: cfbunmap.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/cfbunmap.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- cfbunmap.h	25 Nov 2003 19:28:27 -0000	1.1.1.2
+++ cfbunmap.h	10 Jun 2004 19:39:40 -0000	1.2
@@ -29,6 +29,9 @@
  * Unmap names
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #undef CFBNAME
 #undef CATNAME
 

Index: stip68kgnu.h
===================================================================
RCS file: /cvs/xserver/debrix/cfb/stip68kgnu.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stip68kgnu.h	23 Apr 2004 19:00:12 -0000	1.2
+++ stip68kgnu.h	10 Jun 2004 19:39:40 -0000	1.3
@@ -31,6 +31,9 @@
  * Stipple stack macro for 68k GCC
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define STIPPLE(addr,stipple,value,width,count,shift) \
     __asm volatile ( \
        "lea	5f,%/a1\n\




More information about the xserver-commit mailing list