comparison src/xterm.h @ 12275:81d9cb6268b8

(struct x_display): icon_name deleted.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Jun 1995 16:10:11 +0000
parents 33e8a9ef3cab
children dd26c4fb9999
comparison
equal deleted inserted replaced
12274:f3383ea95b06 12275:81d9cb6268b8
409 Cursor text_cursor; 409 Cursor text_cursor;
410 Cursor nontext_cursor; 410 Cursor nontext_cursor;
411 Cursor modeline_cursor; 411 Cursor modeline_cursor;
412 Cursor cross_cursor; 412 Cursor cross_cursor;
413 413
414 /* The name to use for the icon, the last time
415 it was refreshed. Usually the same as the name of the
416 buffer in the currently selected window in the frame.
417 nil means not explicitly specified. */
418 Lisp_Object icon_name;
419
420 /* Flag to set when the X window needs to be completely repainted. */ 414 /* Flag to set when the X window needs to be completely repainted. */
421 int needs_exposure; 415 int needs_exposure;
422 416
423 /* What kind of text cursor is drawn in this window right now? 417 /* What kind of text cursor is drawn in this window right now?
424 (If there is no cursor (phys_cursor_x < 0), then this means nothing.) */ 418 (If there is no cursor (phys_cursor_x < 0), then this means nothing.) */