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
- Previous message: 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
- Next message: debrix/cfb16 cfbmodule.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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\
- Previous message: 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
- Next message: debrix/cfb16 cfbmodule.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list