aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index cea16dcbcb5..1ddfc007f7f 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -21634,6 +21634,9 @@ x_draw_vertical_border (w)
21634 windows (on either side) have... But we don't :-( 21634 windows (on either side) have... But we don't :-(
21635 However, I think this works ok. ++KFS 2003-04-25 */ 21635 However, I think this works ok. ++KFS 2003-04-25 */
21636 21636
21637 if (!FRAME_WINDOW_P (XFRAME (w->frame)))
21638 return;
21639
21637 /* Redraw borders between horizontally adjacent windows. Don't 21640 /* Redraw borders between horizontally adjacent windows. Don't
21638 do it for frames with vertical scroll bars because either the 21641 do it for frames with vertical scroll bars because either the
21639 right scroll bar of a window, or the left scroll bar of its 21642 right scroll bar of a window, or the left scroll bar of its