diff options
author | Alex Deucher <alex@botch2.com> | 2007-02-16 00:44:11 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-02-16 00:45:45 -0500 |
commit | 7a25512415bb40b772491bb4a773dfe02ac8b71a (patch) | |
tree | f29ee9619a88aebf3a74ef339a79b3a49ee98815 /src/radeon.h | |
parent | fa30ec6d5cd9bf4eb1a960592ca7311175219e4b (diff) |
Add "DRI" option
This option allows you to disable the DRI per card. It also
removes the "RN50Force3D" option as it is now covered by this
option. RN50 users should set this to TRUE if they want to force
the DRI on.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 0f5dae06..37ca67d9 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -157,7 +157,7 @@ typedef enum { OPTION_ACCELMETHOD, OPTION_CONSTANTDPI, OPTION_REVERSE_DISPLAY, - OPTION_RN50_3D + OPTION_DRI } RADEONOpts; /* ------- mergedfb support ------------- */ |