aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-03-15 01:25:56 +0000
committerKarl Heuer1994-03-15 01:25:56 +0000
commitd68eb3a2abb2eb6c5e3541ae4ece42f6336bd68f (patch)
tree5fe186fcef2789bd49f5e22013caaa252ad7227d
parentfb61ec09b7ca89560ef471878e79d27ee2952e4a (diff)
downloademacs-d68eb3a2abb2eb6c5e3541ae4ece42f6336bd68f.tar.gz
emacs-d68eb3a2abb2eb6c5e3541ae4ece42f6336bd68f.zip
(VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2.
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 2e6d222da23..c7de946d29a 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -541,7 +541,7 @@ struct scroll_bar {
541 from the edges of the scroll bar. These are widths by which we 541 from the edges of the scroll bar. These are widths by which we
542 inset the handle boundaries from the scroll bar edges. */ 542 inset the handle boundaries from the scroll bar edges. */
543#define VERTICAL_SCROLL_BAR_LEFT_BORDER (2) 543#define VERTICAL_SCROLL_BAR_LEFT_BORDER (2)
544#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (3) 544#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (2)
545#define VERTICAL_SCROLL_BAR_TOP_BORDER (2) 545#define VERTICAL_SCROLL_BAR_TOP_BORDER (2)
546#define VERTICAL_SCROLL_BAR_BOTTOM_BORDER (2) 546#define VERTICAL_SCROLL_BAR_BOTTOM_BORDER (2)
547 547