]> git.eshelyaron.com Git - emacs.git/commit
Support focus on click event
authorYuuki Harano <masm+github@masm11.me>
Sat, 12 Oct 2019 16:41:34 +0000 (01:41 +0900)
committerJeff Walsh <fejfighter@gmail.com>
Sun, 22 Nov 2020 03:46:56 +0000 (14:46 +1100)
commit9e56fa9853f5d0114b90d69ff43885a80ca8f5bd
tree21a7ad6579730193de50309b4d94663c9f4121d6
parent9eb35f9996197476fd300be1b8dd62c6b791678e
Support focus on click event

* src/pgtkterm.c (enter_notify_event, leave_notify_event)
(focus_in_event, focus_out_event): support focus on click

focus-on-click な環境に対応。
src/pgtkterm.c