Mercurial > emacs
changeset 27857:df344d4f5f10
(XTread_socket): Remove busy-cursor code.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 25 Feb 2000 13:28:07 +0000 |
parents | 02d0c2840197 |
children | 40562a8d6d83 |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Fri Feb 25 13:21:42 2000 +0000 +++ b/src/xterm.c Fri Feb 25 13:28:07 2000 +0000 @@ -8876,21 +8876,6 @@ { XNextEvent (dpyinfo->display, &event); - if (display_busy_cursor_p) - { - /* Setting inhibit_busy_cursor to 2 inhibits busy-cursor - display until the next X event is read and we come - here again. Setting it to 1 inhibits busy-cursor - display for direct commands. */ - if (event.type == MotionNotify - || event.type == EnterNotify - || (dpyinfo->grabbed - && event.type != ButtonRelease)) - inhibit_busy_cursor = 2; - else - inhibit_busy_cursor = 1; - } - #ifdef HAVE_X_I18N { /* Filter events for the current X input method. @@ -9058,8 +9043,6 @@ 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; @@ -9454,10 +9437,6 @@ bufp++; count++; numchars--; - - if (display_busy_cursor_p) - if (keysym != XK_Return || minibuf_level == 0) - inhibit_busy_cursor = 2; } else if (numchars > nbytes) { @@ -9831,8 +9810,6 @@ if (!tool_bar_p) last_tool_bar_item = -1; - if (display_busy_cursor_p) - inhibit_busy_cursor = 2; } else {