diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 4 |
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 | |||
| 52 | and `namebuf'. */ | 52 | and `namebuf'. */ |
| 53 | Lisp_Object name; | 53 | Lisp_Object name; |
| 54 | 54 | ||
| 55 | /* The name to use for the icon, the last time | ||
| 56 | it was refreshed. nil means not explicitly specified. */ | ||
| 57 | Lisp_Object icon_name; | ||
| 58 | |||
| 55 | /* The frame which should receive keystrokes that occur in this | 59 | /* The frame which should receive keystrokes that occur in this |
| 56 | frame, or nil if they should go to the frame itself. This is | 60 | frame, or nil if they should go to the frame itself. This is |
| 57 | usually nil, but if the frame is minibufferless, we can use this | 61 | usually nil, but if the frame is minibufferless, we can use this |