diff --git a/extra/ui/cocoa/views/views.factor b/extra/ui/cocoa/views/views.factor index d59869a282..ab0c301525 100755 --- a/extra/ui/cocoa/views/views.factor +++ b/extra/ui/cocoa/views/views.factor @@ -223,10 +223,6 @@ CLASS: { } case ] } -! -! { "rotateWithEvent:" "void" { "id" "SEL" "id" } -! [ "ROTATE" show ] -! } { "swipeWithEvent:" "void" { "id" "SEL" "id" } [ @@ -247,6 +243,8 @@ CLASS: { ] } +! "rotateWithEvent:" "void" { "id" "SEL" "id" }} + { "acceptsFirstResponder" "bool" { "id" "SEL" } [ 2drop 1 ] }