Index: emacs/src/macterm.h
diff -c emacs/src/macterm.h:1.22 emacs/src/macterm.h:1.23
*** emacs/src/macterm.h:1.22    Sun Apr 24 06:07:09 2005
--- emacs/src/macterm.h Fri May  6 08:03:47 2005
***************
*** 495,500 ****
--- 495,506 ----
       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
+   /* The position and size of the scroll bar handle track area in
+      pixels, relative to the frame.  */
+   Lisp_Object track_top, track_height;
+ #endif
  };
  
  /* The number of elements a vector holding a struct scroll_bar needs.  */


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to