]> git.eshelyaron.com Git - emacs.git/commit
Improve performance of other_frames and XTfullscreen_hook
authorPo Lu <luangruo@yahoo.com>
Sat, 3 Dec 2022 13:05:05 +0000 (21:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 3 Dec 2022 13:06:12 +0000 (21:06 +0800)
commit1c9013865183f0ea21218602917b5c16ecef465d
tree821ec490d1cd5e4fb061168c4a270f58c277c13d
parentdd7a7633bebc4db5caca3898bf318721f1f370c8
Improve performance of other_frames and XTfullscreen_hook

* src/frame.c (other_frames):
* src/xterm.c (XTfullscreen_hook, x_check_fullscreen)
(x_set_window_size_1): Avoid extraneous calls to x_sync.
src/frame.c
src/xterm.c