diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/macterm.h | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
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. */ |