From: Lars Ingebrigtsen Date: Sun, 7 Nov 2021 03:10:56 +0000 (+0100) Subject: Remove too-agressive window refresh in the hourglass code X-Git-Tag: emacs-29.0.90~3671^2~118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b42a4884d82b60c8e1cb47f18f43628819966da7;p=emacs.git Remove too-agressive window refresh in the hourglass code * src/xterm.c (x_show_hourglass): Don't force a spurious refresh (bug#51649). --- diff --git a/src/xterm.c b/src/xterm.c index 9b434bffcc2..3550cbe2f56 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -4126,7 +4126,6 @@ x_show_hourglass (struct frame *f) XMapRaised (dpy, x->hourglass_window); XFlush (dpy); - redisplay_preserve_echo_area (21); } } }