debrix/hw/xorg/fbdevhw fbdevhw.c, 1.3, 1.4 fbdevhw.h, 1.2,
1.3 fbdevhwstub.c, 1.2, 1.3 fbpriv.h, 1.2, 1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:40:20 EST 2004
- Previous message: debrix/hw/xorg/dummylib dummylib.h, 1.2, 1.3 fatalerror.c, 1.2,
1.3 getvalidbios.c, 1.2, 1.3 logvwrite.c, 1.2,
1.3 pcitestmulti.c, 1.2, 1.3 verrorf.c, 1.2, 1.3 xalloc.c, 1.2,
1.3 xf86addrestolist.c, 1.2, 1.3 xf86allocscripi.c, 1.2,
1.3 xf86drvmsg.c, 1.2, 1.3 xf86drvmsgverb.c, 1.2,
1.3 xf86errorf.c, 1.2, 1.3 xf86errorfverb.c, 1.2,
1.3 xf86getpagesize.c, 1.2, 1.3 xf86getverb.c, 1.2,
1.3 xf86info.c, 1.2, 1.3 xf86msg.c, 1.2, 1.3 xf86msgverb.c,
1.2, 1.3 xf86opt.c, 1.2, 1.3 xf86screens.c, 1.2,
1.3 xf86servisinit.c, 1.2, 1.3 xf86verbose.c, 1.2, 1.3
- Next message: debrix/hw/xorg/i2c xf86i2c.c, 1.2, 1.3 xf86i2c.h, 1.2,
1.3 xf86i2cmodule.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/fbdevhw
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/fbdevhw
Modified Files:
fbdevhw.c fbdevhw.h fbdevhwstub.c fbpriv.h
Log Message:
Initial import from modular sources.
Index: fbdevhw.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/fbdevhw/fbdevhw.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fbdevhw.c 6 May 2004 17:31:17 -0000 1.3
+++ fbdevhw.c 10 Jun 2004 19:40:17 -0000 1.4
@@ -1,6 +1,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.c,v 1.32 2003/08/26 10:57:03 daenzer Exp $ */
/* all driver need this */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
@@ -23,7 +26,7 @@
#include "globals.h"
#define DPMS_SERVER
-#include "extensions/dpms.h"
+#include <X11/extensions/dpms.h>
#define DEBUG 0
Index: fbdevhw.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/fbdevhw/fbdevhw.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fbdevhw.h 23 Apr 2004 19:54:01 -0000 1.2
+++ fbdevhw.h 10 Jun 2004 19:40:17 -0000 1.3
@@ -1,5 +1,8 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.h,v 1.11 2001/10/01 13:44:12 eich Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _FBDEVHW_H_
#define _FBDEVHW_H_
Index: fbdevhwstub.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/fbdevhw/fbdevhwstub.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fbdevhwstub.c 23 Apr 2004 19:54:01 -0000 1.2
+++ fbdevhwstub.c 10 Jun 2004 19:40:17 -0000 1.3
@@ -1,5 +1,8 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhwstub.c,v 1.12 2001/10/28 03:33:55 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86cmap.h"
#include "fbdevhw.h"
Index: fbpriv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/fbdevhw/fbpriv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fbpriv.h 23 Apr 2004 19:54:01 -0000 1.2
+++ fbpriv.h 10 Jun 2004 19:40:17 -0000 1.3
@@ -4,6 +4,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbpriv.h,v 1.2 2000/01/21 02:30:02 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _LINUX_FB_H
#define _LINUX_FB_H
- Previous message: debrix/hw/xorg/dummylib dummylib.h, 1.2, 1.3 fatalerror.c, 1.2,
1.3 getvalidbios.c, 1.2, 1.3 logvwrite.c, 1.2,
1.3 pcitestmulti.c, 1.2, 1.3 verrorf.c, 1.2, 1.3 xalloc.c, 1.2,
1.3 xf86addrestolist.c, 1.2, 1.3 xf86allocscripi.c, 1.2,
1.3 xf86drvmsg.c, 1.2, 1.3 xf86drvmsgverb.c, 1.2,
1.3 xf86errorf.c, 1.2, 1.3 xf86errorfverb.c, 1.2,
1.3 xf86getpagesize.c, 1.2, 1.3 xf86getverb.c, 1.2,
1.3 xf86info.c, 1.2, 1.3 xf86msg.c, 1.2, 1.3 xf86msgverb.c,
1.2, 1.3 xf86opt.c, 1.2, 1.3 xf86screens.c, 1.2,
1.3 xf86servisinit.c, 1.2, 1.3 xf86verbose.c, 1.2, 1.3
- Next message: debrix/hw/xorg/i2c xf86i2c.c, 1.2, 1.3 xf86i2c.h, 1.2,
1.3 xf86i2cmodule.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list