diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-09-19 15:53:53 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-09-19 15:53:53 -0700 |
commit | 504dad3f8f2977a1f79d8f552583c9e166c82b20 (patch) | |
tree | fe4962d98e7ef7e711eab86cdc38fd273d484dc7 /src/parse.c | |
parent | 4bef4cc0c837bb8649cb7b7c13ef5c4aefd4e7fe (diff) |
Diffstat (limited to 'src/parse.c')
-rw-r--r-- | src/parse.c | 3 |
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 |