changeset 26633:346fcfbf7123

(XTread_socket) <ClientMessage, Xatom_Scrollbar>: Switch off busy-cursor by setting inhibit_busy_cursor to 2.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 28 Nov 1999 12:33:37 +0000
parents 493539fc5bb2
children b1d50e45b825
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Sun Nov 28 10:20:12 1999 +0000
+++ b/src/xterm.c	Sun Nov 28 12:33:37 1999 +0000
@@ -8846,6 +8846,8 @@
 		else if (event.xclient.message_type
 			 == dpyinfo->Xatom_Scrollbar)
 		  {
+		    if (display_busy_cursor_p)
+		      inhibit_busy_cursor = 2;
 		    x_scroll_bar_to_input_event (&event, bufp);
 		    ++bufp, ++count, --numchars;
 		    goto out;