aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 3550cbe2f56..24f12d6e249 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4126,6 +4126,8 @@ x_show_hourglass (struct frame *f)
4126 4126
4127 XMapRaised (dpy, x->hourglass_window); 4127 XMapRaised (dpy, x->hourglass_window);
4128 XFlush (dpy); 4128 XFlush (dpy);
4129 /* Ensure that the spinning hourglass is shown. */
4130 flush_frame (f);
4129 } 4131 }
4130 } 4132 }
4131} 4133}