1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

(struct frame): New field icon_name.

This commit is contained in:
Richard M. Stallman 1995-06-16 16:09:38 +00:00
parent 894a9d16cf
commit e7f79a67e7

View 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