diff options
Diffstat (limited to 'src/atioption.c')
-rw-r--r-- | src/atioption.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/atioption.c b/src/atioption.c index 28bac3a..bc1129b 100644 --- a/src/atioption.c +++ b/src/atioption.c @@ -226,6 +226,13 @@ const OptionInfoRec ATIPublicOptions[] = FALSE }, { + ATI_OPTION_RENDER_ACCEL, + "RenderAccel", + OPTV_BOOLEAN, + {0, }, + FALSE + }, + { -1, NULL, OPTV_NONE, |