diff -r a06d19fe7b32 -r e51e52c8e849 FlyByWindowInformation.st --- a/FlyByWindowInformation.st Mon May 19 21:16:33 2008 +0200 +++ b/FlyByWindowInformation.st Mon May 19 21:16:56 2008 +0200 @@ -39,8 +39,8 @@ !FlyByWindowInformation methodsFor:'event handling'! -buttonMotion:state x:x y:y view:aView - super buttonMotion:state x:x y:y view:aView. +buttonMotion:buttonAndModifierState x:x y:y view:aView + super buttonMotion:buttonAndModifierState x:x y:y view:aView. ^ true !