Ensure that the x_show_hourglass is seen
* src/xterm.c (x_show_hourglass): Ensure that the hourglass is seen (bug#51649).
This commit is contained in:
parent
858868e36d
commit
c5767603ae
1 changed files with 2 additions and 0 deletions
|
@ -4126,6 +4126,8 @@ x_show_hourglass (struct frame *f)
|
|||
|
||||
XMapRaised (dpy, x->hourglass_window);
|
||||
XFlush (dpy);
|
||||
/* Ensure that the spinning hourglass is shown. */
|
||||
flush_frame (f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue