aboutsummaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/types.h b/types.h
index 2cd305e..fedc1cb 100644
--- a/types.h
+++ b/types.h
@@ -39,14 +39,16 @@ typedef enum {
} direction_t;
typedef enum {
+ DEGREE_0 = 0,
DEGREE_90 = 1,
DEGREE_180 = 2,
DEGREE_270 = 3
} degree_t;
typedef enum {
- FLIP_HORIZONTAL,
- FLIP_VERTICAL
+ FLIP_NONE = 0,
+ FLIP_HORIZONTAL = 1,
+ FLIP_VERTICAL = 2
} flipdir_t;
typedef enum {