]> git.eshelyaron.com Git - emacs.git/commit
Allow disabling frame resize synchronization
authorPo Lu <luangruo@yahoo.com>
Sun, 6 Feb 2022 02:43:38 +0000 (10:43 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 6 Feb 2022 02:43:38 +0000 (10:43 +0800)
commit50e51beabb2420ba3f844742352a98c7987c4932
tree41101e3ff527bce7c9974f7870fcbecb8cd504fc
parentb38c0d6a2ff2dca89e9bf5feed49b7708ebf9942
Allow disabling frame resize synchronization

* doc/emacs/xresources.texi (Table of Resources): Document new
parameter `synchronizeResize'.
* etc/NEWS: Announce frame resize synchronization.
* src/xterm.c (x_term_init): Don't enable XSync if the
X resource `synchronizeResize' is off or false.
doc/emacs/xresources.texi
etc/NEWS
src/xterm.c