Fix for delivery of rightMouseDragged: and otherMouseDragged: which were not working

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30120 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Eric Wasylishen 2010-04-11 00:31:59 +00:00
parent c6866f8c8a
commit fa1db26477
3 changed files with 34 additions and 12 deletions

View file

@ -175,7 +175,9 @@ PACKAGE_SCOPE
id _delegate;
@protected
id _fieldEditor;
id _lastView;
id _lastLeftMouseDownView;
id _lastRightMouseDownView;
id _lastOtherMouseDownView;
id _lastDragView;
int _lastDragOperationMask;
int _windowNum;