]> git.eshelyaron.com Git - emacs.git/commit
Avoid redundant calls to XFlush in x_make_frame_visible
authorPo Lu <luangruo@yahoo.com>
Thu, 4 Aug 2022 01:13:53 +0000 (09:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 4 Aug 2022 01:13:53 +0000 (09:13 +0800)
commitcb8eb5e83050f0c58f06820d2f192e583018a66f
tree1813fde33bd280b141b335173ba5f58d948e5caf
parent9e9b0e13bc8fbf716bb48e68bb642b130ff41fed
Avoid redundant calls to XFlush in x_make_frame_visible

* src/xterm.c (x_make_frame_visible): Keep track of whether or
not the output buffer was implictly flushed before issuing
XFlush.
src/xterm.c