diff src/xterm.h @ 12072:8b548b634c94

(struct x_display): Rename icon_label to icon_name and make it a Lisp_Object.
author Karl Heuer <kwzh@gnu.org>
date Mon, 05 Jun 1995 12:37:48 +0000
parents e1834fb53c35
children 33e8a9ef3cab
line wrap: on
line diff
--- a/src/xterm.h	Mon Jun 05 12:35:17 1995 +0000
+++ b/src/xterm.h	Mon Jun 05 12:37:48 1995 +0000
@@ -411,10 +411,11 @@
   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;