New mouselocation methods

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13530 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-04-23 20:50:24 +00:00
parent f7a20d6c96
commit 5ea51941b5
8 changed files with 39 additions and 1194 deletions

View file

@ -282,6 +282,12 @@ static NSMutableArray *screenArray = nil;
}
}
/** Returns the screen number */
- (int) screenNumber
{
return _screenNumber;
}
// Release the memory for the depths array.
- (void) dealloc
{