]> git.eshelyaron.com Git - emacs.git/commit
Minor fixes to x_next_event_from_any_display
authorPo Lu <luangruo@yahoo.com>
Wed, 1 Jun 2022 12:52:00 +0000 (20:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 1 Jun 2022 12:52:07 +0000 (20:52 +0800)
commit873bcd6d5d1d571caa3aa355fef2c9a987ebb4ca
treee242127bddc8d1647caa53c81e484afced9db257
parentc791a3e9f3d48376e0c1d50e9e2648def494d635
Minor fixes to x_next_event_from_any_display

* src/xterm.c (x_next_event_from_any_display): Don't call
XPending unless there is input to be read on the connection, and
don't call ConnectionNumber twice.
src/xterm.c