[xserver-commit] xfree86/drivers/mga/util stormdwg.c,1.1,1.2
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/drivers/imstt imstt_accel.c,1.6,1.7 imstt_driver.c,1.21,1.22
- Next message: [xserver-commit] xfree86/drivers/glint IBMramdac.c,1.6,1.7 TIramdac.c,1.5,1.6 glint_dga.c,1.4,1.5 glint_dri.c,1.38,1.39 glint_driver.c,1.163,1.164 glint_shadow.c,1.1,1.2 pm2_accel.c,1.32,1.33 pm2_dac.c,1.27,1.28 pm2_video.c,1.26,1.27 pm2ramdac.c,1.12,1.13 pm2v_dac.c,1.30,1.31 pm2vramdac.c,1.6,1.7 pm3_accel.c,1.31,1.32 pm3_dac.c,1.34,1.35 pm3_video.c,1.15,1.16 pm_accel.c,1.25,1.26 pm_dac.c,1.12,1.13 sx_accel.c,1.9,1.10 tx_accel.c,1.29,1.30 tx_dac.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/drivers/mga/util
In directory pdx:/tmp/cvs-serv14744/drivers/mga/util
Modified Files:
stormdwg.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: stormdwg.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/mga/util/stormdwg.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/stormdwg.c 12 Apr 1997 14:11:29 -0000 1.1
+++ b/stormdwg.c 28 Feb 2004 01:27:39 -0000 1.2
@@ -4,6 +4,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/dwg.c,v 1.1 1997/03/06 23:15:58 hohndel Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
/* #include <stdlib.h> */
- Previous message: [xserver-commit] xfree86/drivers/imstt imstt_accel.c,1.6,1.7 imstt_driver.c,1.21,1.22
- Next message: [xserver-commit] xfree86/drivers/glint IBMramdac.c,1.6,1.7 TIramdac.c,1.5,1.6 glint_dga.c,1.4,1.5 glint_dri.c,1.38,1.39 glint_driver.c,1.163,1.164 glint_shadow.c,1.1,1.2 pm2_accel.c,1.32,1.33 pm2_dac.c,1.27,1.28 pm2_video.c,1.26,1.27 pm2ramdac.c,1.12,1.13 pm2v_dac.c,1.30,1.31 pm2vramdac.c,1.6,1.7 pm3_accel.c,1.31,1.32 pm3_dac.c,1.34,1.35 pm3_video.c,1.15,1.16 pm_accel.c,1.25,1.26 pm_dac.c,1.12,1.13 sx_accel.c,1.9,1.10 tx_accel.c,1.29,1.30 tx_dac.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]