summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger_lists@hispeed.ch>2005-01-31 20:10:28 +0000
committerRoland Scheidegger <rscheidegger_lists@hispeed.ch>2005-01-31 20:10:28 +0000
commit7a9031683914bb1d17d223634e5dbf2e18955651 (patch)
treedf67f8c43124c96c1240b4794c63b9998b09ed87 /src
parenta2b123f7672ea678290798786ecb408a86d8c683 (diff)
change option EnableColorTiling to ColorTiling
Diffstat (limited to 'src')
-rw-r--r--src/radeon_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 9cbbdb2a..d7dad2b0 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -218,7 +218,7 @@ static const OptionInfoRec RADEONOptions[] = {
{ OPTION_DISP_PRIORITY, "DisplayPriority", OPTV_ANYSTR, {0}, FALSE },
{ OPTION_PANEL_SIZE, "PanelSize", OPTV_ANYSTR, {0}, FALSE },
{ OPTION_MIN_DOTCLOCK, "ForceMinDotClock", OPTV_FREQ, {0}, FALSE },
- { OPTION_COLOR_TILING, "EnableColorTiling",OPTV_BOOLEAN, {0}, FALSE },
+ { OPTION_COLOR_TILING, "ColorTiling", OPTV_BOOLEAN, {0}, FALSE },
#ifdef XvExtension
{ OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
{ OPTION_RAGE_THEATRE_CRYSTAL, "RageTheatreCrystal", OPTV_INTEGER, {0}, FALSE },