diff options
Diffstat (limited to 'fastiv-io.h')
-rw-r--r-- | fastiv-io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fastiv-io.h b/fastiv-io.h index db2d709..7bce925 100644 --- a/fastiv-io.h +++ b/fastiv-io.h @@ -57,9 +57,9 @@ typedef enum _FastivIoOrientation { FastivIoOrientationMirror0 = 2, FastivIoOrientation180 = 3, FastivIoOrientationMirror180 = 4, - FastivIoOrientationMirror90 = 5, + FastivIoOrientationMirror270 = 5, FastivIoOrientation90 = 6, - FastivIoOrientationMirror270 = 7, + FastivIoOrientationMirror90 = 7, FastivIoOrientation270 = 8 } FastivIoOrientation; |