summaryrefslogtreecommitdiff
path: root/doc/emacs/xresources.texi
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-02-06 19:51:05 +0800
committerPo Lu <luangruo@yahoo.com>2022-02-06 19:51:05 +0800
commit37751569902a8c1073bea64059f01540221d7361 (patch)
tree946ac88d70c02919a7f329a1f5c49942419916ad /doc/emacs/xresources.texi
parent30c6074d5a8ba16cab90528f703039c2eddf82c1 (diff)
downloademacs-37751569902a8c1073bea64059f01540221d7361.tar.gz
emacs-37751569902a8c1073bea64059f01540221d7361.tar.bz2
emacs-37751569902a8c1073bea64059f01540221d7361.zip
Disable extended frame synchronization by default
* doc/emacs/xresources.texi (Table of Resources): Document new possible value of `synchronizeResize'. * src/xfns.c (Fx_create_frame): Set synchronization protocol according to `synchronizeResize'.
Diffstat (limited to 'doc/emacs/xresources.texi')
-rw-r--r--doc/emacs/xresources.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index 5e01c955d16..c7c6c072ee8 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -379,7 +379,10 @@ manager when it has finished redrawing the display in response to a
request to resize a frame. Otherwise, the window manager will
postpone drawing a frame that was just resized until its contents are
updated, which prevents blank areas of a frame that have not yet been
-painted from being displayed.
+painted from being displayed. If set to @samp{extended}, it will
+enable use of extended frame synchronization, which might be supported
+by some compositing window managers which don't support basic
+synchronization.
@item @code{verticalScrollBars} (class @code{ScrollBars})
Give frames scroll bars on the left if @samp{left}, on the right if