Mercurial > emacs
comparison src/xterm.h @ 82173:bfb968b72892
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
New member fringe_extended_p.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 27 Jul 2007 08:40:54 +0000 |
parents | b98604865ea0 |
children | e5a68f18fcb9 65663fcd2caa 539530fa389c |
comparison
equal
deleted
inserted
replaced
82172:4c1979b84193 | 82173:bfb968b72892 |
---|---|
805 /* If the scroll bar handle is currently being dragged by the user, | 805 /* If the scroll bar handle is currently being dragged by the user, |
806 this is the number of pixels from the top of the handle to the | 806 this is the number of pixels from the top of the handle to the |
807 place where the user grabbed it. If the handle isn't currently | 807 place where the user grabbed it. If the handle isn't currently |
808 being dragged, this is Qnil. */ | 808 being dragged, this is Qnil. */ |
809 Lisp_Object dragging; | 809 Lisp_Object dragging; |
810 | |
811 #ifdef USE_TOOLKIT_SCROLL_BARS | |
812 /* t if the background of the fringe that is adjacent to a scroll | |
813 bar is extended to the gap between the fringe and the bar. */ | |
814 Lisp_Object fringe_extended_p; | |
815 #endif | |
810 }; | 816 }; |
811 | 817 |
812 /* The number of elements a vector holding a struct scroll_bar needs. */ | 818 /* The number of elements a vector holding a struct scroll_bar needs. */ |
813 #define SCROLL_BAR_VEC_SIZE \ | 819 #define SCROLL_BAR_VEC_SIZE \ |
814 ((sizeof (struct scroll_bar) \ | 820 ((sizeof (struct scroll_bar) \ |