]> git.eshelyaron.com Git - emacs.git/commit
Avoid selecting for excessive output configuration events
authorPo Lu <luangruo@yahoo.com>
Thu, 8 Sep 2022 05:20:33 +0000 (13:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 8 Sep 2022 05:20:33 +0000 (13:20 +0800)
commit56f3cdef6bdd5732abd774c3baf33563459b534c
treefda058d827a79c0345c6017a0f3e3bb31452eabd
parentcb036a79e2261569d900d6b78f283c441afd5b04
Avoid selecting for excessive output configuration events

* src/xterm.c (x_term_init): Only select for
RROutputPropertyNotify if GTK is in use.  Emacs doesn't need it
itself, and output property changes will otherwise lead to 2
second freezes over connections with high network latency.
src/xterm.c