aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-06-05 12:37:48 +0000
committerKarl Heuer1995-06-05 12:37:48 +0000
commit1152a050f106f94fa7ad076b98bab760cb83c443 (patch)
tree0d333331b3a59817ffbec7e449af297b77a190fa /src
parent36cae867b9594d966181c0fd37268e3f6cc0c1a5 (diff)
downloademacs-1152a050f106f94fa7ad076b98bab760cb83c443.tar.gz
emacs-1152a050f106f94fa7ad076b98bab760cb83c443.zip
(struct x_display): Rename icon_label to icon_name
and make it a Lisp_Object.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 90d1c78673f..4ab52d5fb88 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -411,10 +411,11 @@ struct x_display
411 Cursor modeline_cursor; 411 Cursor modeline_cursor;
412 Cursor cross_cursor; 412 Cursor cross_cursor;
413 413
414 /* The name that was associated with the icon, the last time 414 /* The name to use for the icon, the last time
415 it was refreshed. Usually the same as the name of the 415 it was refreshed. Usually the same as the name of the
416 buffer in the currently selected window in the frame */ 416 buffer in the currently selected window in the frame.
417 char *icon_label; 417 nil means not explicitly specified. */
418 Lisp_Object icon_name;
418 419
419 /* Flag to set when the X window needs to be completely repainted. */ 420 /* Flag to set when the X window needs to be completely repainted. */
420 int needs_exposure; 421 int needs_exposure;