Missing flags
parent
48e76e5957
commit
032b2d2378
|
@ -19,7 +19,9 @@ USING: alien gadgets hashtables kernel math namespaces sequences ;
|
||||||
ButtonPressMask bitor
|
ButtonPressMask bitor
|
||||||
ButtonReleaseMask bitor
|
ButtonReleaseMask bitor
|
||||||
PointerMotionMask bitor
|
PointerMotionMask bitor
|
||||||
FocusChangeMask bitor ;
|
FocusChangeMask bitor
|
||||||
|
EnterWindowMask bitor
|
||||||
|
LeaveWindowMask bitor ;
|
||||||
|
|
||||||
: window-attributes ( visinfo -- attributes )
|
: window-attributes ( visinfo -- attributes )
|
||||||
"XSetWindowAttributes" <c-object>
|
"XSetWindowAttributes" <c-object>
|
||||||
|
|
Loading…
Reference in New Issue