diff options
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/frames.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index ed56fa777d2..e5dec4f8072 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -2180,10 +2180,20 @@ If non-@code{nil}, the frame is visible on all virtual desktops on systems with virtual desktops. @vindex shaded@r{, a frame parameter} -@item sticky +@item shaded If non-@code{nil}, tell the window manager to display the frame in a way that its contents are hidden, leaving only the title bar. +@vindex use-frame-synchronization@r{, a frame parameter} +@item use-frame-synchronization +If non-@code{nil}, synchronize the frame redisplay with the refresh +rate of the monitor to avoid graphics tearing. At present, this is +only implemented on the X window system inside no-toolkit and X +toolkit builds, does not work correctly with toolkit scroll bars, and +requires a compositing manager supporting the relevant display +synchronization protocols. The @code{synchronizeResize} X resource +must also be set to the string @code{"extended"}. + @vindex inhibit-double-buffering@r{, a frame parameter} @item inhibit-double-buffering If non-@code{nil}, the frame is drawn to the screen without double |