diff --git a/Source/NSWindow.m b/Source/NSWindow.m index 24fe7e9b9..20da0fe10 100644 --- a/Source/NSWindow.m +++ b/Source/NSWindow.m @@ -3150,18 +3150,18 @@ resetCursorRectsForView(NSView *theView) */ - (NSData*) dataWithEPSInsideRect: (NSRect)rect { - // FIXME: The implementation of this method is missing - return nil; + return [_contentView dataWithEPSInsideRect: + [_contentView convertRect: rect fromView: nil]]; } - (void) fax: (id)sender { - // FIXME: This method is missing + [_contentView fax: sender]; } - (void) print: (id)sender { - // FIXME: This method is missing + [_contentView print: sender]; } /*