summaryrefslogtreecommitdiffstats
path: root/macosx/HBCore.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-01-15 09:51:23 +0100
committerDamiano Galassi <[email protected]>2016-01-15 09:51:23 +0100
commit7372e56f3f3c98c4c70d9cf3bf81fd4b85c3fe9b (patch)
tree8b5a32fb2fdd713538f3a351b48acd14bb80d5b3 /macosx/HBCore.h
parent9d4bbeefaba8f6dabdc8e48b34feb7de2d057a68 (diff)
MacGui: update the preview window to reflect the rotate filter state.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r--macosx/HBCore.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h
index 2c1830f5b..6a50142ca 100644
--- a/macosx/HBCore.h
+++ b/macosx/HBCore.h
@@ -144,9 +144,11 @@ typedef void (^HBCoreCompletionHandler)(HBCoreResult result);
* @return a CGImageRef of the wanted image, NULL if the index is out of bounds.
*/
- (nullable CGImageRef)copyImageAtIndex:(NSUInteger)index
- forTitle:(HBTitle *)title
- pictureFrame:(HBPicture *)frame
- deinterlace:(BOOL)deinterlace CF_RETURNS_RETAINED;
+ forTitle:(HBTitle *)title
+ pictureFrame:(HBPicture *)frame
+ deinterlace:(BOOL)deinterlace
+ rotate:(int)angle
+ flipped:(BOOL)flipped CF_RETURNS_RETAINED;
/**
* Returns the counts of the available previews images.