mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Debug/fix new window specific handling code ... allow generic (null)
window handle only if window specific code is not called. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21921 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca640e89ff
commit
eaf8db8c42
4 changed files with 56 additions and 33 deletions
|
@ -25,6 +25,7 @@ SEL eventSel; /* Initialized in [NSRunLoop +initialize] */
|
|||
{
|
||||
case ET_RPORT: type = aType; break;
|
||||
case ET_HANDLE: type = aType; break;
|
||||
case ET_WINMSG: type = aType; break;
|
||||
default:
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"NSRunLoop - unknown event type"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue