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:
Lars Ingebrigtsen 2021-11-07 05:12:00 +01:00
parent 858868e36d
commit c5767603ae

View file

@ -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);
}
}
}