[xserver-commit] xfree86/drivers/suncg6 cg6_cursor.c,1.1,1.2 cg6_driver.c,1.8,1.9
Keith Packard
xserver-commit@pdx.freedesktop.org
Committed by: keithp
Update of /cvs/xserver/xfree86/drivers/suncg6
In directory pdx:/tmp/cvs-serv14744/drivers/suncg6
Modified Files:
cg6_cursor.c cg6_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: cg6_cursor.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/suncg6/cg6_cursor.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/cg6_cursor.c 30 Jun 2000 19:30:46 -0000 1.1
+++ b/cg6_cursor.c 28 Feb 2004 01:27:50 -0000 1.2
@@ -25,6 +25,9 @@
*/
/* $XFree86:$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "cg6.h"
static void CG6LoadCursorImage(ScrnInfoPtr pScrn, unsigned char *src);
Index: cg6_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/suncg6/cg6_driver.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/cg6_driver.c 30 Oct 2003 17:37:12 -0000 1.8
+++ b/cg6_driver.c 28 Feb 2004 01:27:50 -0000 1.9
@@ -22,6 +22,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suncg6/cg6_driver.c,v 1.7 2002/12/06 16:44:38 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"