|
|
Sponsor |
xfree86/drivers/tseng tseng_accel.c,1.33,1.34 tseng_acl.c,1.25,1.26 tseng_b: msg#00228freedesktop.xserver.cvs
Committed by: keithp Update of /cvs/xserver/xfree86/drivers/tseng In directory pdx:/tmp/cvs-serv14744/drivers/tseng Modified Files: tseng_accel.c tseng_acl.c tseng_bank.c tseng_clock.c tseng_colexp.c tseng_cursor.c tseng_dga.c tseng_dpms.c tseng_driver.c tseng_ramdac.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: tseng_accel.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_accel.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- a/tseng_accel.c 15 Feb 2001 17:54:55 -0000 1.33 +++ b/tseng_accel.c 28 Feb 2004 01:27:50 -0000 1.34 @@ -20,6 +20,9 @@ * operations a lot. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #define NO_OPTIMIZE /* Index: tseng_acl.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_acl.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- a/tseng_acl.c 14 Dec 2000 16:33:10 -0000 1.25 +++ b/tseng_acl.c 28 Feb 2004 01:27:50 -0000 1.26 @@ -5,6 +5,9 @@ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" #include "tseng_acl.h" #include "compiler.h" Index: tseng_bank.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_bank.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- a/tseng_bank.c 8 Aug 2000 08:58:06 -0000 1.4 +++ b/tseng_bank.c 28 Feb 2004 01:27:50 -0000 1.5 @@ -5,6 +5,9 @@ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" /* Index: tseng_clock.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_clock.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- a/tseng_clock.c 3 Nov 2003 05:11:44 -0000 1.18 +++ b/tseng_clock.c 28 Feb 2004 01:27:50 -0000 1.19 @@ -17,6 +17,9 @@ ** Setting the actual clock is done in TsengRestore(). **/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" static Bool Tseng_ET4000ClockSelect(ScrnInfoPtr pScrn, int no); Index: tseng_colexp.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_colexp.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- a/tseng_colexp.c 15 Feb 2001 17:54:55 -0000 1.14 +++ b/tseng_colexp.c 28 Feb 2004 01:27:50 -0000 1.15 @@ -24,6 +24,9 @@ * ET6000 Yes No 8/16/24/32 bpp */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" #include "tseng_acl.h" #include "tseng_inline.h" Index: tseng_cursor.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_cursor.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- a/tseng_cursor.c 7 May 2001 21:59:07 -0000 1.17 +++ b/tseng_cursor.c 28 Feb 2004 01:27:50 -0000 1.18 @@ -4,6 +4,9 @@ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" static void TsengShowCursor(ScrnInfoPtr pScrn); Index: tseng_dga.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_dga.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- a/tseng_dga.c 1 Oct 2001 13:44:11 -0000 1.2 +++ b/tseng_dga.c 28 Feb 2004 01:27:50 -0000 1.3 @@ -24,6 +24,9 @@ * by: Rainer Keller, <Rainer.Keller-RUKfGmOutaHMF7DuoC67sixgGywh1UYAs0AfqQuZ5sE@xxxxxxxxxxxxxxxx> */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" #include "dgaproc.h" Index: tseng_dpms.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_dpms.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- a/tseng_dpms.c 21 Jan 2001 21:19:35 -0000 1.10 +++ b/tseng_dpms.c 28 Feb 2004 01:27:50 -0000 1.11 @@ -6,6 +6,9 @@ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" /* Index: tseng_driver.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_driver.c,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- a/tseng_driver.c 3 Nov 2003 05:11:44 -0000 1.98 +++ b/tseng_driver.c 28 Feb 2004 01:27:50 -0000 1.99 @@ -34,6 +34,9 @@ /*** Generic includes ***/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" /* this includes most of the generic ones as well */ #include "tseng_acl.h" Index: tseng_ramdac.c =================================================================== RCS file: /cvs/xserver/xfree86/drivers/tseng/tseng_ramdac.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- a/tseng_ramdac.c 3 Nov 2003 05:11:45 -0000 1.27 +++ b/tseng_ramdac.c 28 Feb 2004 01:27:50 -0000 1.28 @@ -16,6 +16,9 @@ * Much of this code was taken from the XF86_W32 (3.2) server [kmg] */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "tseng.h" SymTabRec TsengDacTable[] =
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|