emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macterm.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.h
Date: Fri, 06 May 2005 04:03:47 -0400

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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]