diff --git a/library/ui/x11/windows.factor b/library/ui/x11/windows.factor index b29bf13617..a64022d53d 100644 --- a/library/ui/x11/windows.factor +++ b/library/ui/x11/windows.factor @@ -19,7 +19,9 @@ USING: alien gadgets hashtables kernel math namespaces sequences ; ButtonPressMask bitor ButtonReleaseMask bitor PointerMotionMask bitor - FocusChangeMask bitor ; + FocusChangeMask bitor + EnterWindowMask bitor + LeaveWindowMask bitor ; : window-attributes ( visinfo -- attributes ) "XSetWindowAttributes"