mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +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
|
/* Resizing an occluding window (such as a child frame) immediately
|
||||||
triggers a fill with background color on the exposed area on the
|
triggers a fill with background color on the exposed area on the
|
||||||
parent when the X server receives the corresponding command
|
parent when the X server receives the corresponding command
|
||||||
(XResizeWindow, XMoveResizeWindow, etc). But only if the window has
|
(XResizeWindow, XMoveResizeWindow, etc), according to the X protocol.
|
||||||
a background assigned. Change it to None to block that effect. */
|
But only if the window has a background assigned.
|
||||||
|
|
||||||
|
This creates flickering, so change the background pixmap to None. */
|
||||||
static void
|
static void
|
||||||
x_suspend_background_fills (struct frame *f)
|
x_suspend_background_fills (struct frame *f)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue