summaryrefslogtreecommitdiff
path: root/src/nv_const.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-09-03 16:16:43 +1000
committerDave Airlie <airlied@linux.ie>2007-09-03 16:16:43 +1000
commitffd87b9bf2712311e197063a7c4b65b7c06a5ebb (patch)
tree3f8585750a1f1373b26ba59b8e6392c8b5faefe9 /src/nv_const.h
parent708cb3f9d9b66030dd0bfc4beaa657fcdfded784 (diff)
randr12: try and bring over most of the randr12 code into master
This currently shouldn't break master, and randr-1.2 more than likely doesn't actually work
Diffstat (limited to 'src/nv_const.h')
-rw-r--r--src/nv_const.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nv_const.h b/src/nv_const.h
index b327145..3e4c782 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -20,8 +20,9 @@ typedef enum {
OPTION_FP_SCALE,
OPTION_FP_TWEAK,
OPTION_ACCELMETHOD,
- OPTION_CMDBUF_LOCATION,
- OPTION_CMDBUF_SIZE
+ OPTION_CMDBUF_LOCATION,
+ OPTION_CMDBUF_SIZE,
+ OPTION_RANDR12
} NVOpts;
@@ -40,6 +41,7 @@ static const OptionInfoRec NVOptions[] = {
{ OPTION_ACCELMETHOD, "AccelMethod", OPTV_STRING, {0}, FALSE },
{ OPTION_CMDBUF_LOCATION, "CBLocation", OPTV_STRING, {0}, FALSE },
{ OPTION_CMDBUF_SIZE, "CBSize", OPTV_INTEGER, {0}, FALSE },
+ { OPTION_RANDR12, "Randr12", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};