From: Richard M. Stallman Date: Fri, 16 Jun 1995 16:09:38 +0000 (+0000) Subject: (struct frame): New field icon_name. X-Git-Tag: emacs-19.34~3585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7f79a67e7ba33b1ced4cf1b77a2a23131891963;p=emacs.git (struct frame): New field icon_name. --- diff --git a/src/frame.h b/src/frame.h index 9e41ad34262..aaeb7a4d408 100644 --- a/src/frame.h +++ b/src/frame.h @@ -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