]> git.eshelyaron.com Git - emacs.git/commitdiff
(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Sep 1996 04:18:58 +0000 (04:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Sep 1996 04:18:58 +0000 (04:18 +0000)
LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM.
(VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM.

src/xterm.h

index ca5fc9e88c6519e6a820ee4a3e90a36f40659c8a..ea64955252129059702b25c22b3c34282c8524e8 100644 (file)
@@ -606,9 +606,7 @@ struct scroll_bar {
   ((width) \
    - VERTICAL_SCROLL_BAR_LEFT_BORDER \
    - VERTICAL_SCROLL_BAR_RIGHT_BORDER \
-   - (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT (f) \
-      ? LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM \
-      : 0))
+   - VERTICAL_SCROLL_BAR_WIDTH_TRIM * 2)
 
 /* Return the length of the rectangle within which the top of the
    handle must stay.  This isn't equivalent to the inside height,
@@ -645,9 +643,9 @@ struct scroll_bar {
 /* Minimum lengths for scroll bar handles, in pixels.  */
 #define VERTICAL_SCROLL_BAR_MIN_HANDLE (5)
 
-/* For a left-side scroll bar, trimming off a few pixels prevents
+/* Trimming off a few pixels from each side prevents
    text from glomming up against the scroll bar */
-#define LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM (2)
+#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (2)
 
 \f
 /* Manipulating pixel sizes and character sizes.