diff -r ef24105ee7a2 -r 0ef2c4110422 DragAndDropManager.st --- a/DragAndDropManager.st Mon May 19 21:16:58 2008 +0200 +++ b/DragAndDropManager.st Mon May 19 21:22:25 2008 +0200 @@ -754,7 +754,7 @@ !DragAndDropManager methodsFor:'accessing'! -buttonMotion:button x:x y:y view:aView +buttonMotion:buttonAndModifierState x:x y:y view:aView |device screenPoint oldWidget oldId oldPoint newId newWidget oldTarget newTarget isDroppable cursor| @@ -1637,7 +1637,7 @@ !DragAndDropManager class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.80 2008-04-22 16:46:24 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.81 2008-05-19 19:22:25 cg Exp $' ! ! DragAndDropManager initialize!