From 7e51c35801f9921685c3acf0d1d17d9370ae4d59 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sun, 23 Jun 2013 16:02:26 +0200 Subject: Handle 180 degrees image rotation --- types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'types.h') diff --git a/types.h b/types.h index 1b15c73..2427626 100644 --- a/types.h +++ b/types.h @@ -38,6 +38,12 @@ typedef enum { DIR_DOWN } direction_t; +typedef enum { + ROTATE_90, + ROTATE_270, + ROTATE_180 +} rotate_t; + typedef enum { FLIP_HORIZONTAL, FLIP_VERTICAL -- cgit v1.2.3