comparison 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
comparison
equal deleted inserted replaced
26632:493539fc5bb2 26633:346fcfbf7123
8844 /* Scroll bar callbacks send a ClientMessage from which 8844 /* Scroll bar callbacks send a ClientMessage from which
8845 we construct an input_event. */ 8845 we construct an input_event. */
8846 else if (event.xclient.message_type 8846 else if (event.xclient.message_type
8847 == dpyinfo->Xatom_Scrollbar) 8847 == dpyinfo->Xatom_Scrollbar)
8848 { 8848 {
8849 if (display_busy_cursor_p)
8850 inhibit_busy_cursor = 2;
8849 x_scroll_bar_to_input_event (&event, bufp); 8851 x_scroll_bar_to_input_event (&event, bufp);
8850 ++bufp, ++count, --numchars; 8852 ++bufp, ++count, --numchars;
8851 goto out; 8853 goto out;
8852 } 8854 }
8853 #endif /* USE_TOOLKIT_SCROLL_BARS */ 8855 #endif /* USE_TOOLKIT_SCROLL_BARS */