Revise window ops

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13469 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-04-15 02:52:35 +00:00
parent dd5595fee8
commit fd9cde5c4e
8 changed files with 53 additions and 78 deletions

View file

@ -499,13 +499,6 @@ GSCurrentServer(void)
[self subclassResponsibility: _cmd];
}
- (BOOL) findwindow: (NSPoint)loc : (int) op : (int) otherWin
: (NSPoint *)floc : (int*) winFound
{
[self subclassResponsibility: _cmd];
return NO;
}
/** Retuns the frame of the window on the screen */
- (NSRect) windowbounds: (int) win
{