diff src/xterm.c @ 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 b7aa6ac26872
children 03a6016a38bf
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;