diff options
| author | Richard M. Stallman | 1995-06-16 16:09:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-16 16:09:38 +0000 |
| commit | e7f79a67e7ba33b1ced4cf1b77a2a23131891963 (patch) | |
| tree | a726c3d3e8989a00e6f38b904430563a37510158 /src | |
| parent | 894a9d16cfc6a86cbd8d27d9359e288991410f66 (diff) | |
| download | emacs-e7f79a67e7ba33b1ced4cf1b77a2a23131891963.tar.gz emacs-e7f79a67e7ba33b1ced4cf1b77a2a23131891963.zip | |
(struct frame): New field icon_name.
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 |