summaryrefslogtreecommitdiff
path: root/src/parse.h
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-07-22 10:00:35 -0700
committerAaron Plattner <aplattner@nvidia.com>2009-07-22 10:00:35 -0700
commitd6a4e693cb1b75bd45c27a8847da7ab46e1b7d6a (patch)
treeffd2fe592bb22cc07b6025b5960c990611814c1a /src/parse.h
parent37c32510db16c92d802991f0137ded02b8cc8058 (diff)
190.16190.16
This is a beta release: some of the new NV-CONTROL attributes are prelminary and may change in the stable release.
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h
index 8a5830c..be511ac 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -146,7 +146,8 @@ extern AttributeTableEntry attributeTable[];
#define GPU_TARGET 1
#define FRAMELOCK_TARGET 2
#define VCS_TARGET 3
-#define MAX_TARGET_TYPES 4
+#define GVI_TARGET 4
+#define MAX_TARGET_TYPES 5