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