Add bitmap to the ignored module list.

This commit is contained in:
Adam Jackson 2006-06-01 19:53:06 +00:00
parent ee689c1042
commit a3a4221495
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
* hw/xfree86/dixmods/bitmapmod.c:
Bug #5089: Die, libbitmap, die!
* hw/xfree86/common/xf86Config.c:
Add bitmap to the ignored module list.
2006-06-01 Daniel Stone <daniel@freedesktop.org>
* Xext/Makefile.am:

View File

@ -1,4 +1,4 @@
/* $XdotOrg: xserver/xorg/hw/xfree86/common/xf86Config.c,v 1.30 2006/05/29 11:14:02 daniels Exp $ */
/* $XdotOrg: xserver/xorg/hw/xfree86/common/xf86Config.c,v 1.31 2006/06/01 19:49:55 daniels Exp $ */
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Config.c,v 3.276 2003/10/08 14:58:26 dawes Exp $ */
@ -251,7 +251,7 @@ xf86ModulelistFromConfig(pointer **optlist)
{
int count = 0, i = 0;
char **modulearray;
char **ignore = { "GLcore", "speedo", NULL };
char **ignore = { "GLcore", "speedo", "bitmap", NULL };
pointer *optarray;
XF86LoadPtr modp;