aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 57f7e1b8005..ac945e144b5 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7929,7 +7929,8 @@ XTset_vertical_scroll_bar (w, portion, whole, position)
7929 for them on the frame, we have to clear "under" them. */ 7929 for them on the frame, we have to clear "under" them. */
7930 XClearArea (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), 7930 XClearArea (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
7931 pixel_left, pixel_top, 7931 pixel_left, pixel_top,
7932 pixel_width + 1, pixel_height, False); 7932 FRAME_SCROLL_BAR_COLS (f) * CANON_X_UNIT (f),
7933 pixel_height, False);
7933 7934
7934 /* Move/size the scroll bar widget. */ 7935 /* Move/size the scroll bar widget. */
7935 if (mask) 7936 if (mask)