diff options
Diffstat (limited to 'macosx/HBPicture.h')
-rw-r--r-- | macosx/HBPicture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h index a717a4c69..c4773e822 100644 --- a/macosx/HBPicture.h +++ b/macosx/HBPicture.h @@ -48,6 +48,7 @@ extern NSString * const HBPictureChangedNotification; */ @property (nonatomic, readonly) int sourceWidth; @property (nonatomic, readonly) int sourceHeight; +@property (nonatomic, readonly) int sourceDisplayWidth; @end |