{
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.
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;
bufp++;
count++;
numchars--;
-
- if (display_busy_cursor_p)
- if (keysym != XK_Return || minibuf_level == 0)
- inhibit_busy_cursor = 2;
}
else if (numchars > nbytes)
{
if (!tool_bar_p)
last_tool_bar_item = -1;
- if (display_busy_cursor_p)
- inhibit_busy_cursor = 2;
}
else
{