]> git.eshelyaron.com Git - emacs.git/commit
Avoid potentially expensive XFlush and fix ordering
authorPo Lu <luangruo@yahoo.com>
Tue, 22 Nov 2022 11:43:14 +0000 (19:43 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 22 Nov 2022 12:04:47 +0000 (20:04 +0800)
commit60fac8a5e02983e3bf3103dbeb9af5214aa8f694
tree9d73e123622fe7e0e680f420998e6cb4e2f2d2dc
parenteb02528b707a1b89bc9b46ac6c6c9e48a3b54a4c
Avoid potentially expensive XFlush and fix ordering

* src/xterm.c (x_raise_frame): Don't call XFlush without a
request being made.
(x_lower_frame): Fix ordering wrt to xwidget view lowering.
src/xterm.c