diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xterm.h b/src/xterm.h index 90d1c78673f..4ab52d5fb88 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -411,10 +411,11 @@ struct x_display | |||
| 411 | Cursor modeline_cursor; | 411 | Cursor modeline_cursor; |
| 412 | Cursor cross_cursor; | 412 | Cursor cross_cursor; |
| 413 | 413 | ||
| 414 | /* The name that was associated with the icon, the last time | 414 | /* The name to use for the icon, the last time |
| 415 | it was refreshed. Usually the same as the name of the | 415 | it was refreshed. Usually the same as the name of the |
| 416 | buffer in the currently selected window in the frame */ | 416 | buffer in the currently selected window in the frame. |
| 417 | char *icon_label; | 417 | nil means not explicitly specified. */ |
| 418 | Lisp_Object icon_name; | ||
| 418 | 419 | ||
| 419 | /* Flag to set when the X window needs to be completely repainted. */ | 420 | /* Flag to set when the X window needs to be completely repainted. */ |
| 420 | int needs_exposure; | 421 | int needs_exposure; |