set-lenience!

Name

set-lenience! -- Set or reset the input focus lenience flag.

Synopsis

(set-lenience! flag #&optional win)

Description

Set or reset the input focus lenience flag. Determine whether or not to try to give win the input focus when asked, even if the window claims according to hints that it cannot receive the input focus, according to the boolean value flag. win defaults to the window context in the usual way if not specified.

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 4195 (CVS log)