mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 18:50:58 +00:00
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:
parent
30310e046c
commit
f5d23f8aa4
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue