Missing flags

slava 2006-06-03 06:08:55 +00:00
parent 48e76e5957
commit 032b2d2378
1 changed files with 3 additions and 1 deletions

View File

@ -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" <c-object>