]> git.eshelyaron.com Git - emacs.git/commit
Fix window iconification, raising and lowering frames, etc
authorPo Lu <luangruo@yahoo.com>
Wed, 3 Aug 2022 01:28:44 +0000 (09:28 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 3 Aug 2022 01:28:44 +0000 (09:28 +0800)
commitfdbe3362c5a72be7d4c930a614fe5853bf6eff1f
tree9e9b29d453ca07428a3e221edcc13bd3f6cb69a9
parent72c7ee2e525d87b58a28aea8af8cef31f607d7c0
Fix window iconification, raising and lowering frames, etc

* src/xterm.c (XFlush): Remove define to 0.
(x_clear_frame, x_scroll_run, x_draw_window_cursor)
(x_free_frame_resources): Remove calls to XFlush where it is not
really necessary.  Leave the calls that actually are intact.
src/xterm.c