diff 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
line wrap: on
line diff
--- a/src/xterm.h	Fri Jul 27 08:40:47 2007 +0000
+++ b/src/xterm.h	Fri Jul 27 08:40:54 2007 +0000
@@ -807,6 +807,12 @@
      place where the user grabbed it.  If the handle isn't currently
      being dragged, this is Qnil.  */
   Lisp_Object dragging;
+
+#ifdef USE_TOOLKIT_SCROLL_BARS
+  /* t if the background of the fringe that is adjacent to a scroll
+     bar is extended to the gap between the fringe and the bar.  */
+  Lisp_Object fringe_extended_p;
+#endif
 };
 
 /* The number of elements a vector holding a struct scroll_bar needs.  */