(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.2 and 1.1.2.3

version 1.1.2.2, 1997/07/15 13:59:30 version 1.1.2.3, 1997/07/18 09:20:46
Line 1 
Line 1 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Globals.c,v 1.1.2.1 1997/07/15 06:57:53 dawes Exp $ */  /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Globals.c,v 1.1.2.2 1997/07/15 13:59:30 dawes Exp $ */
  
 /* /*
  * Copyright (c) 1997 by The XFree86 Project, Inc.  * Copyright (c) 1997 by The XFree86 Project, Inc.
Line 23 
Line 23 
 Bool xf86Resetting = FALSE; Bool xf86Resetting = FALSE;
 Bool xf86ProbeFailed = FALSE; Bool xf86ProbeFailed = FALSE;
 Bool xf86ScreensOpen = FALSE; Bool xf86ScreensOpen = FALSE;
 BusPtr *xf86BusSlots = NULL;    /* Bus slots claimed by drivers */  
 int xf86NumBusSlots = 0;  
 DriverPtr *xf86DriverList = NULL; DriverPtr *xf86DriverList = NULL;
 int xf86NumDrivers = 0; int xf86NumDrivers = 0;
   PciProbeType xf86PCIFlags = PCIProbe1;
  
 /* Parameters set only from the command line */ /* Parameters set only from the command line */
 char *xf86ServerName = "no-name"; char *xf86ServerName = "no-name";


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

Powered by
ViewCVS 0.9.2