mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:41:31 +00:00
Rewrite backend for context window ops
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5049 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
36a4e1b0a2
commit
5969d44f37
9 changed files with 1010 additions and 26 deletions
|
@ -355,7 +355,7 @@ static Class eventClass;
|
|||
|
||||
- (NSWindow *) window
|
||||
{
|
||||
return [NSWindow _windowWithTag: window_num];
|
||||
return [NSWindow _windowWithNumber: window_num];
|
||||
}
|
||||
|
||||
- (int) windowNumber
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue