diff options
author | Damiano Galassi <[email protected]> | 2016-01-15 09:51:23 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-01-15 09:51:23 +0100 |
commit | 7372e56f3f3c98c4c70d9cf3bf81fd4b85c3fe9b (patch) | |
tree | 8b5a32fb2fdd713538f3a351b48acd14bb80d5b3 /macosx/HBCore.h | |
parent | 9d4bbeefaba8f6dabdc8e48b34feb7de2d057a68 (diff) |
MacGui: update the preview window to reflect the rotate filter state.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r-- | macosx/HBCore.h | 8 |
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. |