mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:20:38 +00:00
Remove obsolete backend classes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ad16a5786c
commit
97eb87a61c
15 changed files with 421 additions and 52 deletions
|
@ -2423,11 +2423,16 @@ static NSMapTable* windowmaps = NULL;
|
|||
*/
|
||||
@implementation NSWindow (GNUstepPrivate)
|
||||
|
||||
+ (NSWindow*) _windowWithNumber: (int)windowNumber
|
||||
+ (NSWindow *) _windowWithNumber: (int)windowNumber
|
||||
{
|
||||
return NSMapGet(windowmaps, (void *)windowNumber);
|
||||
}
|
||||
|
||||
+ (NSArray *) _windowList
|
||||
{
|
||||
return NSAllMapTableValues(windowmaps);
|
||||
}
|
||||
|
||||
/*
|
||||
* Mouse capture/release
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue