From 032b2d23785ab5713575dfbf79c42f96ca41c4d8 Mon Sep 17 00:00:00 2001 From: slava Date: Sat, 3 Jun 2006 06:08:55 +0000 Subject: [PATCH] Missing flags --- library/ui/x11/windows.factor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"