Switch off busy-cursor by setting inhibit_busy_cursor to 2.
+1999-11-28 Gerd Moellmann <gerd@gnu.org>
+
+ * xterm.c (XTread_socket) <ClientMessage, Xatom_Scrollbar>:
+ Switch off busy-cursor by setting inhibit_busy_cursor to 2.
+
1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
* charset.c (Fmake_char_internal): Print the charset ID when
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;