Missing flags
parent
48e76e5957
commit
032b2d2378
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue