comparison src/macterm.h @ 87903:5d58981e6690

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
author Miles Bader <miles@gnu.org>
date Tue, 22 Jan 2008 23:53:46 +0000
parents 107ccd98fa12 87ccbd940d03
children c70e45a7acfd 4d9fc08769fa
comparison
equal deleted inserted replaced
87902:2080d155f7aa 87903:5d58981e6690
454 #ifdef MAC_OSX 454 #ifdef MAC_OSX
455 /* t if the background of the fringe that is adjacent to a scroll 455 /* t if the background of the fringe that is adjacent to a scroll
456 bar is extended to the gap between the fringe and the bar. */ 456 bar is extended to the gap between the fringe and the bar. */
457 Lisp_Object fringe_extended_p; 457 Lisp_Object fringe_extended_p;
458 #endif 458 #endif
459
460 /* t if redraw needed in the next XTset_vertical_scroll_bar call. */
461 Lisp_Object redraw_needed_p;
459 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. */
463 Lisp_Object track_top, track_height; 466 Lisp_Object track_top, track_height;