[xserver-commit] xserver/hw/xizzle/common xf86Config.c,3.282,3.283
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xserver/hw/xizzle/common
In directory pdx:/tmp/cvs-serv30623/common
Modified Files:
xf86Config.c
Log Message:
Go a small way to resolving the GetDriverlistFromCompile() snafu. I want this
function dead.
Index: xf86Config.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xizzle/common/xf86Config.c,v
retrieving revision 3.282
retrieving revision 3.283
diff -u -d -r3.282 -r3.283
--- a/xf86Config.c 9 Mar 2004 11:54:34 -0000 3.282
+++ b/xf86Config.c 9 Mar 2004 13:25:12 -0000 3.283
@@ -544,7 +544,7 @@
static Bool generated = FALSE;
/* This string is modified in-place */
- static char drivernames[] = { "ati" };
+ static char drivernames[] = xf86DriverListNames;
if (!generated) {
generated = TRUE;