debrix/hw/xorg/shadowfb sfbmodule.c, 1.2, 1.3 shadow.c, 1.2,
1.3 shadowfb.h, 1.2, 1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:41:28 EST 2004
- Previous message: debrix/hw/xorg/scanpci xf86PciData.h, 1.1.1.2, 1.2 xf86PciStdIds.h,
1.2, 1.3 xf86PciStr.h, 1.1.1.2, 1.2 xf86ScanPci.c, 1.2,
1.3 xf86ScanPci.h, 1.1.1.2, 1.2
- Next message: debrix/hw/xorg/vbe vbe.c, 1.2, 1.3 vbe.h, 1.2, 1.3 vbeModes.c, 1.2,
1.3 vbeModes.h, 1.2, 1.3 vbe_module.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/shadowfb
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/shadowfb
Modified Files:
sfbmodule.c shadow.c shadowfb.h
Log Message:
Initial import from modular sources.
Index: sfbmodule.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/shadowfb/sfbmodule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sfbmodule.c 23 Apr 2004 19:54:16 -0000 1.2
+++ sfbmodule.c 10 Jun 2004 19:41:22 -0000 1.3
@@ -1,6 +1,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/shadowfb/sfbmodule.c,v 1.1 1999/01/31 12:38:06 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifdef XFree86LOADER
#include "xf86Module.h"
Index: shadow.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/shadowfb/shadow.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- shadow.c 23 Apr 2004 19:54:16 -0000 1.2
+++ shadow.c 10 Jun 2004 19:41:22 -0000 1.3
@@ -8,8 +8,11 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/shadowfb/shadow.c,v 1.20tsi Exp $ */
-#include "X.h"
-#include "Xproto.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "misc.h"
#include "pixmapstr.h"
#include "input.h"
Index: shadowfb.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/shadowfb/shadowfb.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- shadowfb.h 23 Apr 2004 19:54:16 -0000 1.2
+++ shadowfb.h 10 Jun 2004 19:41:22 -0000 1.3
@@ -1,5 +1,8 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/shadowfb/shadowfb.h,v 1.3 2002/10/16 22:12:54 alanh Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _SHADOWFB_H
#define _SHADOWFB_H
- Previous message: debrix/hw/xorg/scanpci xf86PciData.h, 1.1.1.2, 1.2 xf86PciStdIds.h,
1.2, 1.3 xf86PciStr.h, 1.1.1.2, 1.2 xf86ScanPci.c, 1.2,
1.3 xf86ScanPci.h, 1.1.1.2, 1.2
- Next message: debrix/hw/xorg/vbe vbe.c, 1.2, 1.3 vbe.h, 1.2, 1.3 vbeModes.c, 1.2,
1.3 vbeModes.h, 1.2, 1.3 vbe_module.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list