(file) Return to xf86Globals.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / common

Diff for /xc/programs/Xserver/hw/xfree86/common/xf86Globals.c between version 1.1.2.19 and 1.1.2.20

version 1.1.2.19, 1998/05/22 13:47:13 version 1.1.2.20, 1998/05/30 08:15:10
Line 1 
Line 1 
 /* $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.
Line 29 
Line 29 
 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",
Line 127 
Line 124 
         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;


Legend:
Removed from v.1.1.2.19  
changed lines
  Added in v.1.1.2.20

Powered by
ViewCVS 0.9.2