diff options
Diffstat (limited to 'macosx/NSWindow+HBAdditions.h')
-rw-r--r-- | macosx/NSWindow+HBAdditions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/NSWindow+HBAdditions.h b/macosx/NSWindow+HBAdditions.h index 4f4116013..7adb69d5d 100644 --- a/macosx/NSWindow+HBAdditions.h +++ b/macosx/NSWindow+HBAdditions.h @@ -11,7 +11,7 @@ /** * Resizes the entire window to accommodate a view of a particular size. */ -- (void)HB_resizeToBestSizeForViewSize:(NSSize)viewSize center:(NSPoint)center animate:(BOOL)performAnimation; +- (void)HB_resizeToBestSizeForViewSize:(NSSize)viewSize keepInScreenRect:(BOOL)keepInScreenRect centerPoint:(NSPoint)center animate:(BOOL)animateFlag; /** * Calculates and returns the center point of the window |