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
- Previous message: debrix/hw/xorg/parser Configint.h, 1.1.1.2, 1.2 DRI.c, 1.2,
1.3 Device.c, 1.1.1.2, 1.2 Files.c, 1.1.1.2, 1.2 Flags.c,
1.1.1.2, 1.2 Input.c, 1.1.1.2, 1.2 Keyboard.c, 1.1.1.2,
1.2 Layout.c, 1.1.1.2, 1.2 Module.c, 1.1.1.2, 1.2 Monitor.c,
1.2, 1.3 Pointer.c, 1.1.1.2, 1.2 Screen.c, 1.1.1.2,
1.2 Vendor.c, 1.1.1.2, 1.2 Video.c, 1.1.1.2, 1.2 configProcs.h,
1.1.1.2, 1.2 cpconfig.c, 1.2, 1.3 read.c, 1.1.1.2, 1.2 scan.c,
1.2, 1.3 write.c, 1.1.1.2, 1.2 xf86Optrec.h, 1.1.1.2,
1.2 xf86Parser.h, 1.1.1.2, 1.2 xf86tokens.h, 1.1.1.2, 1.2
- Next message: debrix/hw/xorg/ramdac BT.c, 1.2, 1.3 BT.h, 1.2, 1.3 BTPriv.h, 1.2,
1.3 IBM.c, 1.2, 1.3 IBM.h, 1.2, 1.3 IBMPriv.h, 1.2, 1.3 TI.c,
1.2, 1.3 TI.h, 1.2, 1.3 TIPriv.h, 1.2, 1.3 xf86Cursor.c, 1.2,
1.3 xf86Cursor.h, 1.2, 1.3 xf86CursorPriv.h, 1.2,
1.3 xf86HWCurs.c, 1.2, 1.3 xf86RamDac.c, 1.2, 1.3 xf86RamDac.h,
1.2, 1.3 xf86RamDacCmap.c, 1.2, 1.3 xf86RamDacMod.c, 1.2,
1.3 xf86RamDacPriv.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 =
- Previous message: debrix/hw/xorg/parser Configint.h, 1.1.1.2, 1.2 DRI.c, 1.2,
1.3 Device.c, 1.1.1.2, 1.2 Files.c, 1.1.1.2, 1.2 Flags.c,
1.1.1.2, 1.2 Input.c, 1.1.1.2, 1.2 Keyboard.c, 1.1.1.2,
1.2 Layout.c, 1.1.1.2, 1.2 Module.c, 1.1.1.2, 1.2 Monitor.c,
1.2, 1.3 Pointer.c, 1.1.1.2, 1.2 Screen.c, 1.1.1.2,
1.2 Vendor.c, 1.1.1.2, 1.2 Video.c, 1.1.1.2, 1.2 configProcs.h,
1.1.1.2, 1.2 cpconfig.c, 1.2, 1.3 read.c, 1.1.1.2, 1.2 scan.c,
1.2, 1.3 write.c, 1.1.1.2, 1.2 xf86Optrec.h, 1.1.1.2,
1.2 xf86Parser.h, 1.1.1.2, 1.2 xf86tokens.h, 1.1.1.2, 1.2
- Next message: debrix/hw/xorg/ramdac BT.c, 1.2, 1.3 BT.h, 1.2, 1.3 BTPriv.h, 1.2,
1.3 IBM.c, 1.2, 1.3 IBM.h, 1.2, 1.3 IBMPriv.h, 1.2, 1.3 TI.c,
1.2, 1.3 TI.h, 1.2, 1.3 TIPriv.h, 1.2, 1.3 xf86Cursor.c, 1.2,
1.3 xf86Cursor.h, 1.2, 1.3 xf86CursorPriv.h, 1.2,
1.3 xf86HWCurs.c, 1.2, 1.3 xf86RamDac.c, 1.2, 1.3 xf86RamDac.h,
1.2, 1.3 xf86RamDacCmap.c, 1.2, 1.3 xf86RamDacMod.c, 1.2,
1.3 xf86RamDacPriv.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list