[xserver-commit] xfree86/drivers/glide glide_driver.c,1.28,1.29
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/drivers/apm apm_accel.c,1.21,1.22 apm_cursor.c,1.15,1.16 apm_dga.c,1.10,1.11 apm_driver.c,1.66,1.67 apm_funcs.c,1.19,1.20 apm_i2c.c,1.7,1.8 apm_rush.c,1.12,1.13 apm_video.c,1.12,1.13
- Next message: [xserver-commit] xfree86/drivers/cirrus CirrusClk.c,1.9,1.10 alp_driver.c,1.36,1.37 alp_hwcurs.c,1.5,1.6 alp_i2c.c,1.3,1.4 alp_xaa.c,1.8,1.9 alp_xaam.c,1.8,1.9 cir_dga.c,1.7,1.8 cir_driver.c,1.69,1.70 cir_shadow.c,1.1,1.2 lg_driver.c,1.50,1.51 lg_hwcurs.c,1.5,1.6 lg_i2c.c,1.4,1.5 lg_xaa.c,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/drivers/glide
In directory pdx:/tmp/cvs-serv14744/drivers/glide
Modified Files:
glide_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: glide_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/glide/glide_driver.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- a/glide_driver.c 4 Jan 2002 21:22:30 -0000 1.28
+++ b/glide_driver.c 28 Feb 2004 01:27:39 -0000 1.29
@@ -47,6 +47,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glide/glide_driver.c,v 1.27 2001/08/07 07:04:46 keithp Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xaa.h"
#include "xf86Cursor.h"
#include "colormapst.h"
- Previous message: [xserver-commit] xfree86/drivers/apm apm_accel.c,1.21,1.22 apm_cursor.c,1.15,1.16 apm_dga.c,1.10,1.11 apm_driver.c,1.66,1.67 apm_funcs.c,1.19,1.20 apm_i2c.c,1.7,1.8 apm_rush.c,1.12,1.13 apm_video.c,1.12,1.13
- Next message: [xserver-commit] xfree86/drivers/cirrus CirrusClk.c,1.9,1.10 alp_driver.c,1.36,1.37 alp_hwcurs.c,1.5,1.6 alp_i2c.c,1.3,1.4 alp_xaa.c,1.8,1.9 alp_xaam.c,1.8,1.9 cir_dga.c,1.7,1.8 cir_driver.c,1.69,1.70 cir_shadow.c,1.1,1.2 lg_driver.c,1.50,1.51 lg_hwcurs.c,1.5,1.6 lg_i2c.c,1.4,1.5 lg_xaa.c,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]