]> git.eshelyaron.com Git - emacs.git/commit
(x_mouse_click_focus_ignore_position): New var.
authorKim F. Storm <storm@cua.dk>
Mon, 29 Mar 2004 22:49:15 +0000 (22:49 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 29 Mar 2004 22:49:15 +0000 (22:49 +0000)
commit0666d82cff650efd44db9a61acd4fa38461395df
treecfc0f208c6e21f8af8eb84a9254be965094fd7fa
parent48a0bce4b5a6dd21cda6e5ee1ebfd87f7771c682
(x_mouse_click_focus_ignore_position): New var.
(syms_of_xterm): DEFVAR_BOOL it.
(ignore_next_mouse_click_timeout): New var.
(handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
Use it to filter mouse clicks following focus event.
src/xterm.c