summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-16 16:09:38 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-16 16:09:38 +0000
commitfd77f59b69e691cd29304292567df397ce2c86d8 (patch)
treeee71fa8b436f51707da944f8859e4df94bdc48c7 /src/frame.h
parent850d37105966be9238861cbfc38a5f4b9bc2c9e8 (diff)
downloademacs-fd77f59b69e691cd29304292567df397ce2c86d8.tar.gz
(struct frame): New field icon_name.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h4
1 files changed, 4 insertions, 0 deletions
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