From ba0a5b89fa1e9147c60ddb8bbc2b1bcbe2995cd8 Mon Sep 17 00:00:00 2001 From: baskerville Date: Sun, 6 May 2012 09:39:45 +0200 Subject: Added horizontal and vertical flip commands --- types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'types.h') diff --git a/types.h b/types.h index 1d72c95..0a4214c 100644 --- a/types.h +++ b/types.h @@ -23,6 +23,11 @@ typedef enum { DIR_DOWN } direction_t; +typedef enum { + FLIP_HORIZONTAL, + FLIP_VERTICAL +} flip_t; + typedef enum { SCALE_DOWN, SCALE_FIT, -- cgit v1.2.3