|
version 1.1.2.19, 1998/05/22 13:47:13
|
version 1.1.2.20, 1998/05/30 08:15:10
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Globals.c,v 1.1.2.18 1998/05/03 08:10:04 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Globals.c,v 1.1.2.19 1998/05/22 13:47:13 dawes Exp $ */ |
| | |
| /* | /* |
| * Copyright (c) 1997 by The XFree86 Project, Inc. | * Copyright (c) 1997 by The XFree86 Project, Inc. |
|
|
|
| PciProbeType xf86PCIFlags = PCIProbe1; | PciProbeType xf86PCIFlags = PCIProbe1; |
| int xf86PixmapIndex = 0; | int xf86PixmapIndex = 0; |
| | |
| XF86ConfigPtr xf86configptr = NULL; |
|
| screenLayoutPtr xf86configlayout = NULL; |
|
| |
|
| const char *xf86VisualNames[] = { | const char *xf86VisualNames[] = { |
| "StaticGray", | "StaticGray", |
| "GrayScale", | "GrayScale", |
|
|
|
| PCIProbe1 /* pciFlags */ | PCIProbe1 /* pciFlags */ |
| }; | }; |
| char *xf86ModulePath = NULL; | char *xf86ModulePath = NULL; |
| |
screenLayoutPtr xf86ConfigLayout = NULL; |
| |
XF86ConfigPtr xf86configptr = NULL; |
| | |
| /* Parameters set only from the command line */ | /* Parameters set only from the command line */ |
| Bool xf86fpFlag = FALSE; | Bool xf86fpFlag = FALSE; |