diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-13 19:49:10 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-13 19:49:10 -0400 |
commit | e187321ab8dd58d2b2fe92c062d070ba4820a2bf (patch) | |
tree | 636bbc7c9f6d902767faa88abd42ec2c4278cdae /src/radeon_driver.c | |
parent | e60a7bcaf5611ad4706b1d1442ce4cae49145f42 (diff) |
RADEON: add new ConnectorTable option and re-add PanelSize option
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 8626b896..ceea69d0 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -189,6 +189,7 @@ static const OptionInfoRec RADEONOptions[] = { { OPTION_ACCELMETHOD, "AccelMethod", OPTV_STRING, {0}, FALSE }, { OPTION_CONSTANTDPI, "ConstantDPI", OPTV_BOOLEAN, {0}, FALSE }, { OPTION_DRI, "DRI", OPTV_BOOLEAN, {0}, FALSE }, + { OPTION_CONNECTORTABLE, "ConnectorTable", OPTV_STRING, {0}, FALSE }, { -1, NULL, OPTV_NONE, {0}, FALSE } }; |