emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c576760: Ensure that the x_show_hourglass is seen


From: Lars Ingebrigtsen
Subject: master c576760: Ensure that the x_show_hourglass is seen
Date: Sun, 7 Nov 2021 00:12:09 -0400 (EDT)

branch: master
commit c5767603ae4dfa3c024c5faa60ef3d5fd44178b3
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Ensure that the x_show_hourglass is seen
    
    * src/xterm.c (x_show_hourglass): Ensure that the hourglass is
    seen (bug#51649).
---
 src/xterm.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/xterm.c b/src/xterm.c
index 3550cbe..24f12d6 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -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);
        }
     }
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]