|
version 1.10, 2003/08/24 17:36:49
|
version 1.11, 2003/11/03 05:11:01
|
|
|
|
| # the sale, use or other dealings in this Software without prior written | # the sale, use or other dealings in this Software without prior written |
| # authorization from the copyright holder(s) and author(s). | # authorization from the copyright holder(s) and author(s). |
| # | # |
| # $XFree86: xc/programs/Xserver/hw/xfree86/common/modeline2c.pl,v 1.9 2003/03/25 04:18:20 dawes Exp $ |
# $XFree86: xc/programs/Xserver/hw/xfree86/common/modeline2c.pl,v 1.10tsi Exp $ |
| | |
| #my %flagshash; | #my %flagshash; |
| $flagshash{""} = "0"; | $flagshash{""} = "0"; |
|
|
|
| # stop CVS from expanding the XFree86 Id here... | # stop CVS from expanding the XFree86 Id here... |
| | |
| $proj = "XFree86"; | $proj = "XFree86"; |
| printf("/* \$$proj: \$ */ |
printf("/* \$$proj\$ */ |
| | |
| /* THIS FILE IS AUTOMATICALLY GENERATED -- DO NOT EDIT -- LOOK at | /* THIS FILE IS AUTOMATICALLY GENERATED -- DO NOT EDIT -- LOOK at |
| * modeline2c.pl */ | * modeline2c.pl */ |
|
|
|
| | |
| #include \"globals.h\" | #include \"globals.h\" |
| | |
| #define MODEPREFIX(name) NULL, NULL, name, 0,M_T_DEFAULT |
#define MODEPREFIX(name) NULL, NULL, name, MODE_OK, M_T_DEFAULT |
| #define MODESUFFIX 0,0, 0,0,0,0,0,0,0, 0,0,0,0,0,0,FALSE,FALSE,0,NULL,0,0.0,0.0 | #define MODESUFFIX 0,0, 0,0,0,0,0,0,0, 0,0,0,0,0,0,FALSE,FALSE,0,NULL,0,0.0,0.0 |
| | |
| DisplayModeRec xf86DefaultModes [] = { | DisplayModeRec xf86DefaultModes [] = { |