Don't drop expose events.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23602 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-09-24 08:27:21 +00:00
parent ab0a60c8f1
commit 4eca996fb6
2 changed files with 3 additions and 1 deletions

View file

@ -724,6 +724,7 @@ static GSDragView *sharedDragView = nil;
{
case GSAppKitWindowMoved:
case GSAppKitWindowResized:
case GSAppKitRegionExposed:
/*
* Keep window up-to-date with its current position.
*/
@ -753,7 +754,7 @@ static GSDragView *sharedDragView = nil;
case GSAppKitWindowLeave:
case GSAppKitWindowEnter:
break;
default:
NSLog(@"Internal: dropped NSAppKitDefined (%d) event", sub);
break;