aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorRandy Palamar <palamar@ualberta.ca>2023-08-26 14:54:22 -0600
committerRandy Palamar <palamar@ualberta.ca>2023-08-26 14:55:30 -0600
commit514fae450a53d6887f07aae729348c8fbbb52225 (patch)
tree9987242aef737d9a4617909c90198e68a745a724 /vis.h
parent2c5e6928f42e5bc5968e8413ef304919b9d839a9 (diff)
downloadvis-514fae450a53d6887f07aae729348c8fbbb52225.tar.gz
vis-514fae450a53d6887f07aae729348c8fbbb52225.tar.xz
support old option names but mark as deprecated
This is in response to a comment left on a35e7ea. Backwards compatibility is a good idea for at least a release.
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index b4dce44..e0f6739 100644
--- a/vis.h
+++ b/vis.h
@@ -857,6 +857,7 @@ enum VisOption {
VIS_OPTION_TYPE_NUMBER = 1 << 2,
VIS_OPTION_VALUE_OPTIONAL = 1 << 3,
VIS_OPTION_NEED_WINDOW = 1 << 4,
+ VIS_OPTION_DEPRECATED = 1 << 5,
};
/**