]> git.eshelyaron.com Git - emacs.git/commit
Get rid of a loop through all frames when processing events
authorPo Lu <luangruo@yahoo.com>
Mon, 7 Mar 2022 00:53:50 +0000 (08:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 7 Mar 2022 00:53:50 +0000 (08:53 +0800)
commit36b31d38cd9bde7ad1ec18c136854cddba0d6bbe
tree5c388cb4625df5a4bc6c37c347de7d28ca2b3949
parentf70bf8a21dc1283a58367cbca31decef633c6dab
Get rid of a loop through all frames when processing events

* src/xterm.c (handle_one_xevent): Just flip back buffer of f
and any instead.
(flush_dirty_back_buffer_on): New function.
(flush_dirty_back_buffers): Delete function.
src/xterm.c