Fix for miniwindows not being drawn properly

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16147 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-03-07 09:04:54 +00:00
parent 578ddfd0e9
commit f1de0e1216
3 changed files with 16 additions and 3 deletions

View file

@ -94,8 +94,8 @@ _NSAppKitUncaughtExceptionHandler (NSException *exception)
* its a sever error, use a non-graphical exception handler
*/
if (GSCurrentContext() == nil
|| [[exception name] isEqual: NSWindowServerCommunicationException]
|| [[exception name] isEqual: GSWindowServerInternalException])
|| [[exception name] isEqual: NSWindowServerCommunicationException]
|| [[exception name] isEqual: GSWindowServerInternalException])
{
/* The following will raise again the exception using the base
library exception handler */