|
version 1.1.2.14, 1998/01/27 13:44:34
|
version 1.1.2.15, 1998/01/29 08:39:34
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Globals.c,v 1.1.2.13 1998/01/25 14:26:33 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Globals.c,v 1.1.2.14 1998/01/27 13:44:34 dawes Exp $ */ |
| | |
| /* | /* |
| * Copyright (c) 1997 by The XFree86 Project, Inc. | * Copyright (c) 1997 by The XFree86 Project, Inc. |
|
|
|
| Bool xf86ProbeOnly = FALSE; | Bool xf86ProbeOnly = FALSE; |
| int xf86Bpp = -1; | int xf86Bpp = -1; |
| int xf86Depth = -1; | int xf86Depth = -1; |
| rgb xf86Weight = {-1, -1, -1}; |
rgb xf86Weight = {0, 0, 0}; |
| Bool xf86ShowUnresolved = DEFAULT_UNRESOLVED; | Bool xf86ShowUnresolved = DEFAULT_UNRESOLVED; |
| Bool xf86BestRefresh = DEFAULT_BEST_REFRESH; | Bool xf86BestRefresh = DEFAULT_BEST_REFRESH; |
| Bool xf86FlipPixels = FALSE; | Bool xf86FlipPixels = FALSE; |