diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-10 17:03:03 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-10 17:03:03 +0100 |
| commit | 212a4c23ffde2c5e220665f0a32cca534dc64ede (patch) | |
| tree | e42299b8b3f65a42a0b3fe0eaf722b0b2dea21b3 /include | |
| parent | 11ce60e63da0c632e4c06e212a3add7d53cbf658 (diff) | |
pinch: add bounding box to property list
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'include')
| -rw-r--r-- | include/grail-types.h | 4 |
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 */ |
