Mercurial > emacs
changeset 12274:f3383ea95b06
(struct frame): New field icon_name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 16 Jun 1995 16:09:38 +0000 |
parents | 377cbbd8a2ad |
children | 81d9cb6268b8 |
files | src/frame.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Fri Jun 16 16:08:21 1995 +0000 +++ b/src/frame.h Fri Jun 16 16:09:38 1995 +0000 @@ -52,6 +52,10 @@ 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