]> git.eshelyaron.com Git - emacs.git/commit
Redisplay after changing to the hourglass mouse pointer
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Oct 2021 12:56:50 +0000 (14:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Oct 2021 12:56:50 +0000 (14:56 +0200)
commit14d835a2985379bae1540927fa422c5e35cfb792
tree6af16cd3d5a932daaa86fee5aba9cf8c3ec08c4f
parent484468a1af1d6a3e4bed16002e08ddbf4457dd01
Redisplay after changing to the hourglass mouse pointer

* src/xterm.c (x_show_hourglass): Do a redisplay after changing to
the hourglass pointer -- otherwise it won't be displayed until a
keyboard/mouse event arrives (bug#19776).
src/xterm.c