]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_display): Rename icon_label to icon_name
authorKarl Heuer <kwzh@gnu.org>
Mon, 5 Jun 1995 12:37:48 +0000 (12:37 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 5 Jun 1995 12:37:48 +0000 (12:37 +0000)
and make it a Lisp_Object.

src/xterm.h

index 90d1c78673f204bbd2c293ddee60f1e4585c4ef0..4ab52d5fb8883c49df801f36b367add067fa0ba1 100644 (file)
@@ -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;