mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
* src/xterm.c: (x_suspend_background_fills): Improve commentary.
This commit is contained in:
parent
8decb653ff
commit
6e67ac222b
1 changed files with 4 additions and 2 deletions
|
|
@ -28545,8 +28545,10 @@ x_set_window_size_1 (struct frame *f, bool change_gravity,
|
|||
/* Resizing an occluding window (such as a child frame) immediately
|
||||
triggers a fill with background color on the exposed area on the
|
||||
parent when the X server receives the corresponding command
|
||||
(XResizeWindow, XMoveResizeWindow, etc). But only if the window has
|
||||
a background assigned. Change it to None to block that effect. */
|
||||
(XResizeWindow, XMoveResizeWindow, etc), according to the X protocol.
|
||||
But only if the window has a background assigned.
|
||||
|
||||
This creates flickering, so change the background pixmap to None. */
|
||||
static void
|
||||
x_suspend_background_fills (struct frame *f)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue