comparison src/macterm.h @ 79898:87ccbd940d03

(struct scroll_bar): New member `redraw_needed_p'.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 21 Jan 2008 09:59:38 +0000
parents fc2bcd2a8aad
children c8d0b8e7977a 5d58981e6690
comparison
equal deleted inserted replaced
79897:d2835a5f1cb5 79898:87ccbd940d03
432 place where the user grabbed it. If the handle is pressed but 432 place where the user grabbed it. If the handle is pressed but
433 not dragged yet, this is a negative integer whose absolute value 433 not dragged yet, this is a negative integer whose absolute value
434 is the number of pixels plus 1. If the handle isn't currently 434 is the number of pixels plus 1. If the handle isn't currently
435 being dragged, this is Qnil. */ 435 being dragged, this is Qnil. */
436 Lisp_Object dragging; 436 Lisp_Object dragging;
437
438 /* t if redraw needed in the next XTset_vertical_scroll_bar call. */
439 Lisp_Object redraw_needed_p;
437 440
438 #ifdef USE_TOOLKIT_SCROLL_BARS 441 #ifdef USE_TOOLKIT_SCROLL_BARS
439 /* The position and size of the scroll bar handle track area in 442 /* The position and size of the scroll bar handle track area in
440 pixels, relative to the frame. */ 443 pixels, relative to the frame. */
441 Lisp_Object track_top, track_height; 444 Lisp_Object track_top, track_height;