From 56142bd3bafedf51882b368ab08a580ac98f2619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sat, 10 Aug 2013 15:55:18 +0200 Subject: Refactored merged rotation code --- types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 2427626..49aa0fd 100644 --- a/types.h +++ b/types.h @@ -39,10 +39,10 @@ typedef enum { } direction_t; typedef enum { - ROTATE_90, - ROTATE_270, - ROTATE_180 -} rotate_t; + DEGREE_90 = 1, + DEGREE_180 = 2, + DEGREE_270 = 3 +} degree_t; typedef enum { FLIP_HORIZONTAL, -- cgit v1.2.3