]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Describe how to disable double-buffering. (Bug#25474)
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Jan 2017 18:31:33 +0000 (20:31 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Jan 2017 18:31:33 +0000 (20:31 +0200)
etc/NEWS

index 051b97e146a959823fa5f426dd3de4bdb218ce74..95d03a373feb7123373b449a5dca642ff9910076 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -116,7 +116,16 @@ dired buffer.
 ** Emacs now uses double buffering to reduce flicker when editing and
 resizing graphical Emacs frames on the X Window System.  This support
 requires the DOUBLE-BUFFER extension, which major X servers have
-supported for many years.
+supported for many years.  If your system has this extension, but an
+Emacs built with double buffering misbehaves on some displays you use,
+you can disable the feature by adding
+
+  '(inhibit-double-buffering . t)
+
+to default-frame-parameters.  Or inject this parameter into the
+selected frame by evaluating this form:
+
+  (modify-frame-parameters nil '((inhibit-double-buffering . t)))
 
 ---
 The group 'wp', whose label was "text", is now deprecated.