Added two macosx methods with trivial implementation to avoid crash

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6162 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-03-03 02:22:11 +00:00
parent 30310e046c
commit f5d23f8aa4

View file

@ -2776,6 +2776,17 @@ resetCursorRectsForView(NSView *theView)
(int)sRect.size.width, (int)sRect.size.height];
}
- (void) performZoom: (id)sender
{
NSLog (@"[NSWindow performZoom:] not implemented yet");
}
- (void) zoom: (id)sender
{
NSLog (@"[NSWindow zoom:] not implemented yet");
}
/*
* Printing and postscript
*/