diff options
author | dynaflash <[email protected]> | 2009-05-04 05:29:45 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2009-05-04 05:29:45 +0000 |
commit | 13cb29614cdd0dd317b82548fa712a2e26852632 (patch) | |
tree | 380b30be2d1949b00b484f7739941affef563ccb /macosx/HBPreviewController.h | |
parent | 11317ace31dcd579f353d26849b24d2250f45abf (diff) |
MacGui: preview changes to coincide with rev 2376
- as per the LinGui changes to hb_get_preview (thanks jstebbins)
- also restores the gray crop border color
- consolidates some macgui preview code
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2377 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r-- | macosx/HBPreviewController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index cba262138..cfc8944db 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -107,8 +107,7 @@ + (NSImage *) makeImageForPicture: (int)pictureIndex libhb:(hb_handle_t*)handle - title:(hb_title_t*)title - removeBorders:(BOOL)removeBorders; + title:(hb_title_t*)title; - (NSImage *) imageForPicture: (int) pictureIndex; - (void) purgeImageCache; @end |