comparison src/xterm.h @ 36254:f64eaa8f61aa

(struct x_output): Rename busy_cursor to hourglass_cursor, busy_window to hourglass_window, busy_p to hourglass_p.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 21 Feb 2001 13:56:29 +0000
parents ff5045d1af58
children 1879cd230f9c
comparison
equal deleted inserted replaced
36253:6ece4a809131 36254:f64eaa8f61aa
485 /* Descriptor for the cursor in use for this window. */ 485 /* Descriptor for the cursor in use for this window. */
486 Cursor text_cursor; 486 Cursor text_cursor;
487 Cursor nontext_cursor; 487 Cursor nontext_cursor;
488 Cursor modeline_cursor; 488 Cursor modeline_cursor;
489 Cursor cross_cursor; 489 Cursor cross_cursor;
490 Cursor busy_cursor; 490 Cursor hourglass_cursor;
491 Cursor horizontal_drag_cursor; 491 Cursor horizontal_drag_cursor;
492 492
493 /* Window whose cursor is busy_cursor. This window is temporarily 493 /* Window whose cursor is hourglass_cursor. This window is temporarily
494 mapped to display a busy-cursor. */ 494 mapped to display an hourglass cursor. */
495 Window busy_window; 495 Window hourglass_window;
496 496
497 /* Non-zero means busy cursor is currently displayed. */ 497 /* Non-zero means hourglass cursor is currently displayed. */
498 unsigned busy_p : 1; 498 unsigned hourglass_p : 1;
499 499
500 /* Flag to set when the X window needs to be completely repainted. */ 500 /* Flag to set when the X window needs to be completely repainted. */
501 int needs_exposure; 501 int needs_exposure;
502 502
503 /* What kind of text cursor is drawn in this window right now? 503 /* What kind of text cursor is drawn in this window right now?