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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user