LockMask ( -- n )


Vocabulary
x11.xlib

Definition
USING: math ;

IN: x11.xlib

: LockMask ( -- n ) 1 1 shift ; inline