[xserver-commit] xfree86/drivers/dummy dummy_cursor.c,1.1,1.2 dummy_dga.c,1.1,1.2 dummy_driver.c,1.6,1.7
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/drivers/cyrix ChangeLog,1.1,1.2 cyrix_accel.c,1.5,1.6 cyrix_bank.c,1.3,1.4 cyrix_driver.c,1.31,1.32 cyrix_helper.c,1.5,1.6 cyrix_shadow.c,1.1,1.2
- Next message: [xserver-commit] xfree86/drivers/chips ct_accel.c,1.41,1.42 ct_bank.c,1.7,1.8 ct_cursor.c,1.28,1.29 ct_ddc.c,1.9,1.10 ct_dga.c,1.5,1.6 ct_driver.c,1.133,1.134 ct_regs.c,1.9,1.10 ct_shadow.c,1.1,1.2 ct_video.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/drivers/dummy
In directory pdx:/tmp/cvs-serv14744/drivers/dummy
Modified Files:
dummy_cursor.c dummy_dga.c dummy_driver.c
Log Message:
* Makefile.am
* *.c
Ok, everyone gets #include <config.h>
Other than that, I fixed a few extension header paths and
whacked at the Makefile.am. Makefile.am is a hacked version
of xserver/Makefile.am; expect them to diverge until we can
stick the xfree86 DDX stuff into the standard Makefile.am.
Index: dummy_cursor.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/dummy/dummy_cursor.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/dummy_cursor.c 18 Sep 2002 08:54:55 -0000 1.1
+++ b/dummy_cursor.c 28 Feb 2004 01:27:39 -0000 1.2
@@ -1,4 +1,7 @@
/* All drivers should typically include these */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: dummy_dga.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/dummy/dummy_dga.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/dummy_dga.c 18 Sep 2002 08:54:55 -0000 1.1
+++ b/dummy_dga.c 28 Feb 2004 01:27:39 -0000 1.2
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: dummy_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/dummy/dummy_driver.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/dummy_driver.c 3 Nov 2003 05:11:11 -0000 1.6
+++ b/dummy_driver.c 28 Feb 2004 01:27:39 -0000 1.7
@@ -5,6 +5,9 @@
*/
/* All drivers should typically include these */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
- Previous message: [xserver-commit] xfree86/drivers/cyrix ChangeLog,1.1,1.2 cyrix_accel.c,1.5,1.6 cyrix_bank.c,1.3,1.4 cyrix_driver.c,1.31,1.32 cyrix_helper.c,1.5,1.6 cyrix_shadow.c,1.1,1.2
- Next message: [xserver-commit] xfree86/drivers/chips ct_accel.c,1.41,1.42 ct_bank.c,1.7,1.8 ct_cursor.c,1.28,1.29 ct_ddc.c,1.9,1.10 ct_dga.c,1.5,1.6 ct_driver.c,1.133,1.134 ct_regs.c,1.9,1.10 ct_shadow.c,1.1,1.2 ct_video.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]