diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 9fabb59ed43..a30d68529c4 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -260,6 +260,11 @@ struct window | |||
| 260 | be changed during redisplay. If point is not in the window, | 260 | be changed during redisplay. If point is not in the window, |
| 261 | accept that. */ | 261 | accept that. */ |
| 262 | unsigned frozen_window_start_p : 1; | 262 | unsigned frozen_window_start_p : 1; |
| 263 | |||
| 264 | /* 1 means that this window's height is temporarily fixed. Used | ||
| 265 | in resize_mini_window to precent resizing selected_window, if | ||
| 266 | possible. */ | ||
| 267 | unsigned height_fixed_p : 1; | ||
| 263 | }; | 268 | }; |
| 264 | 269 | ||
| 265 | /* 1 if W is a minibuffer window. */ | 270 | /* 1 if W is a minibuffer window. */ |