Losing focus should not stop idleness
* src/keyboard.c (read_char): Make Qfocus_out not break idle.
This commit is contained in:
parent
2f6c682061
commit
6a1dfa713b
1 changed files with 1 additions and 0 deletions
|
@ -2823,6 +2823,7 @@ read_char (int commandflag, Lisp_Object map,
|
|||
|
||||
if (CONSP (c)
|
||||
&& (EQ (XCAR (c), Qselect_window)
|
||||
|| EQ (XCAR (c), Qfocus_out)
|
||||
#ifdef HAVE_DBUS
|
||||
|| EQ (XCAR (c), Qdbus_event)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue