mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:30:48 +00:00
Add class method +count in NSCursor to handle cursors on Windows.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38403 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d8ad46759
commit
0bdd4d0ae6
3 changed files with 18 additions and 0 deletions
|
@ -70,6 +70,13 @@ static NSMutableDictionary *cursorDict = nil;
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef WIN32
|
||||
+ (NSUInteger) count
|
||||
{
|
||||
return [gnustep_gui_cursor_stack count];
|
||||
}
|
||||
#endif
|
||||
|
||||
- (void *) _cid
|
||||
{
|
||||
return _cid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue