summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-05 12:37:48 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-05 12:37:48 +0000
commitca537c7aad83b4f27694f2dc8e02288f385eaf17 (patch)
tree41b3a70f3f64199e3ae8f0e7879c056c0fbec1a0 /src/xterm.h
parent881fc295472629b3ed151fbcaadb69be11f08b11 (diff)
downloademacs-ca537c7aad83b4f27694f2dc8e02288f385eaf17.tar.gz
(struct x_display): Rename icon_label to icon_name
and make it a Lisp_Object.
Diffstat (limited to 'src/xterm.h')
-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
Cursor modeline_cursor;
Cursor cross_cursor;
- /* The name that was associated with the icon, the last time
+ /* The name to use for the icon, the last time
it was refreshed. Usually the same as the name of the
- buffer in the currently selected window in the frame */
- char *icon_label;
+ buffer in the currently selected window in the frame.
+ nil means not explicitly specified. */
+ Lisp_Object icon_name;
/* Flag to set when the X window needs to be completely repainted. */
int needs_exposure;