diff options
Diffstat (limited to 'src/intel_options.c')
-rw-r--r-- | src/intel_options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_options.c b/src/intel_options.c index 77832aad..7dbbc7ed 100644 --- a/src/intel_options.c +++ b/src/intel_options.c @@ -5,6 +5,7 @@ #include "intel_options.h" const OptionInfoRec intel_options[] = { + {OPTION_ACCEL_DISABLE, "NoAccel", OPTV_BOOLEAN, {0}, 0}, {OPTION_ACCEL_METHOD, "AccelMethod", OPTV_STRING, {0}, 0}, {OPTION_DRI, "DRI", OPTV_BOOLEAN, {0}, 1}, {OPTION_COLOR_KEY, "ColorKey", OPTV_INTEGER, {0}, 0}, |