]> git.eshelyaron.com Git - emacs.git/commit
Prevent crash handling keyboard input from non-frame windows
authorPo Lu <luangruo@yahoo.com>
Sat, 11 Jun 2022 01:19:05 +0000 (09:19 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 11 Jun 2022 01:19:05 +0000 (09:19 +0800)
commit46e6b8a1e42849ad55813c9ee387ad8bc95697fb
tree84c7e73dffb3b7e8a20a2cc67f56a4bc5a198076
parent7def8baa086451450f8bb34b07febb232f9c148d
Prevent crash handling keyboard input from non-frame windows

* src/xterm.c (handle_one_xevent): Use `dpyinfo' to access xkb
desc.  (bug#55890)
src/xterm.c