From 4c40cc24bc6b3e11fc9e6cf337ddb035fa750eb3 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 6 May 2012 13:02:34 +0200 Subject: Slightly refactored flipping --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 0a4214c..12719a7 100644 --- a/types.h +++ b/types.h @@ -26,7 +26,7 @@ typedef enum { typedef enum { FLIP_HORIZONTAL, FLIP_VERTICAL -} flip_t; +} flipdir_t; typedef enum { SCALE_DOWN, -- cgit v1.2.3-54-g00ecf