summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/grail-types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/grail-types.h b/include/grail-types.h
index 66afd3f..9f7160d 100644
--- a/include/grail-types.h
+++ b/include/grail-types.h
@@ -59,6 +59,10 @@
59#define GRAIL_PROP_PINCH_DR 0 /* radius delta */ 59#define GRAIL_PROP_PINCH_DR 0 /* radius delta */
60#define GRAIL_PROP_PINCH_VR 1 /* radial velocity */ 60#define GRAIL_PROP_PINCH_VR 1 /* radial velocity */
61#define GRAIL_PROP_PINCH_R 2 /* radius */ 61#define GRAIL_PROP_PINCH_R 2 /* radius */
62#define GRAIL_PROP_PINCH_X1 3 /* bounding box x1 */
63#define GRAIL_PROP_PINCH_Y1 4 /* bounding box y1 */
64#define GRAIL_PROP_PINCH_X2 5 /* bounding box x2 */
65#define GRAIL_PROP_PINCH_Y2 6 /* bounding box y2 */
62 66
63#define GRAIL_PROP_ROTATE_DA 0 /* arc delta */ 67#define GRAIL_PROP_ROTATE_DA 0 /* arc delta */
64#define GRAIL_PROP_ROTATE_VA 1 /* arc velocity */ 68#define GRAIL_PROP_ROTATE_VA 1 /* arc velocity */