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:
parent
894a9d16cf
commit
e7f79a67e7
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue