summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-03-17 18:04:22 +0000
committerritsuka <[email protected]>2015-03-17 18:04:22 +0000
commitdbffa15d244290e964b0daca7dbbbe89d250e763 (patch)
tree82c102961fa80605fa813c676bb1068d17252e02 /macosx/HBPreviewGenerator.h
parentca1bffa4f6985099571069a9f41851828b25da30 (diff)
MacGui: clean up the preview controller, and fix the preview not updating when a new title is selected.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6998 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewGenerator.h')
-rw-r--r--macosx/HBPreviewGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreviewGenerator.h b/macosx/HBPreviewGenerator.h
index 64805e62e..b80f5b122 100644
--- a/macosx/HBPreviewGenerator.h
+++ b/macosx/HBPreviewGenerator.h
@@ -29,6 +29,7 @@
/* Still image generator */
- (CGImageRef) copyImageAtIndex: (NSUInteger) index shouldCache: (BOOL) cache;
- (NSUInteger) imagesCount;
+- (CGSize)imageSize;
- (void) purgeImageCache;
- (NSString *)info;