]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct frame): New field icon_name.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 1995 16:09:38 +0000 (16:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 1995 16:09:38 +0000 (16:09 +0000)
src/frame.h

index 9e41ad342629344478a7691fb08b68c202f644f9..aaeb7a4d408e83607d4dd62bad071cc0f0eec94f 100644 (file)
@@ -52,6 +52,10 @@ struct frame
      and `namebuf'.  */
   Lisp_Object name;
 
+  /* The name to use for the icon, the last time
+     it was refreshed.  nil means not explicitly specified.  */
+  Lisp_Object icon_name;
+
   /* The frame which should receive keystrokes that occur in this
      frame, or nil if they should go to the frame itself.  This is
      usually nil, but if the frame is minibufferless, we can use this