From 1152a050f106f94fa7ad076b98bab760cb83c443 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 5 Jun 1995 12:37:48 +0000 Subject: [PATCH] (struct x_display): Rename icon_label to icon_name and make it a Lisp_Object. --- src/xterm.h | 7 ++++--- 1 file 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; -- 2.39.2