[xserver-commit] xfree86/drivers/suntcx tcx_cursor.c,1.1,1.2 tcx_driver.c,1.7,1.8

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xfree86/drivers/suntcx
In directory pdx:/tmp/cvs-serv14744/drivers/suntcx

Modified Files:
	tcx_cursor.c tcx_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: tcx_cursor.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/suntcx/tcx_cursor.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/tcx_cursor.c	30 Jun 2000 17:15:16 -0000	1.1
+++ b/tcx_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 "tcx.h"
 
 static void TCXLoadCursorImage(ScrnInfoPtr pScrn, unsigned char *src);

Index: tcx_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/suntcx/tcx_driver.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/tcx_driver.c	30 Oct 2003 17:37:12 -0000	1.7
+++ b/tcx_driver.c	28 Feb 2004 01:27:50 -0000	1.8
@@ -22,6 +22,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx_driver.c,v 1.6 2001/08/07 07:04:51 keithp Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"