summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2008-09-19 15:53:53 -0700
committerAaron Plattner <aplattner@nvidia.com>2008-09-19 15:53:53 -0700
commit504dad3f8f2977a1f79d8f552583c9e166c82b20 (patch)
treefe4962d98e7ef7e711eab86cdc38fd273d484dc7 /src/parse.c
parent4bef4cc0c837bb8649cb7b7c13ef5c4aefd4e7fe (diff)
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c
index ec19f0b..9a0aa87 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -182,6 +182,7 @@ AttributeTableEntry attributeTable[] = {
{ "GvoComposite", NV_CTRL_GVO_COMPOSITE, I },
{ "GvoCompositeAlphaKey", NV_CTRL_GVO_COMPOSITE_ALPHA_KEY, I },
{ "GvoCompositeNumKeyRanges", NV_CTRL_GVO_COMPOSITE_NUM_KEY_RANGES, I|N },
+ { "GvoSyncToDisplay", NV_CTRL_GVO_SYNC_TO_DISPLAY, I|N },
{ "Brightness", BRIGHTNESS_VALUE|ALL_CHANNELS, N|C|G },
{ "RedBrightness", BRIGHTNESS_VALUE|RED_CHANNEL, C|G },
@@ -263,7 +264,7 @@ AttributeTableEntry attributeTable[] = {
* about.
*/
-#if NV_CTRL_LAST_ATTRIBUTE != NV_CTRL_GVO_CSC_CHANGED_EVENT
+#if NV_CTRL_LAST_ATTRIBUTE != NV_CTRL_GVO_SYNC_TO_DISPLAY
#warning "Have you forgotten to add a new integer attribute to attributeTable?"
#endif