diff options
Diffstat (limited to 'src/macterm.h')
| -rw-r--r-- | src/macterm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index 03016f30e0f..11d7e05a38f 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -457,6 +457,9 @@ struct scroll_bar { | |||
| 457 | Lisp_Object fringe_extended_p; | 457 | Lisp_Object fringe_extended_p; |
| 458 | #endif | 458 | #endif |
| 459 | 459 | ||
| 460 | /* t if redraw needed in the next XTset_vertical_scroll_bar call. */ | ||
| 461 | Lisp_Object redraw_needed_p; | ||
| 462 | |||
| 460 | #ifdef USE_TOOLKIT_SCROLL_BARS | 463 | #ifdef USE_TOOLKIT_SCROLL_BARS |
| 461 | /* The position and size of the scroll bar handle track area in | 464 | /* The position and size of the scroll bar handle track area in |
| 462 | pixels, relative to the frame. */ | 465 | pixels, relative to the frame. */ |