diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-01-09 20:32:22 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-01-09 20:32:22 +0100 |
commit | 002c7e550bf7ebf7491fbaaa7c4f3710f871d76a (patch) | |
tree | 8cb8b5bc6f14be5147354dc5b77135a37b23cc96 /types.h | |
parent | 48700aa6c8f4b9ef6dc162ea5aa98ac4f9cc0630 (diff) |
Second take at rotating & flipping multi-frame images; fixes issue #121
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ typedef enum { } degree_t; typedef enum { - FLIP_HORIZONTAL, - FLIP_VERTICAL + FLIP_HORIZONTAL = 1, + FLIP_VERTICAL = 2 } flipdir_t; typedef enum { |