From 002c7e550bf7ebf7491fbaaa7c4f3710f871d76a Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 9 Jan 2014 20:32:22 +0100 Subject: Second take at rotating & flipping multi-frame images; fixes issue #121 --- types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index 2cd305e..41bfd5e 100644 --- a/types.h +++ b/types.h @@ -45,8 +45,8 @@ typedef enum { } degree_t; typedef enum { - FLIP_HORIZONTAL, - FLIP_VERTICAL + FLIP_HORIZONTAL = 1, + FLIP_VERTICAL = 2 } flipdir_t; typedef enum { -- cgit v1.2.3