aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-10-15 11:56:41 +0000
committerKim F. Storm2004-10-15 11:56:41 +0000
commit87345db95cb26df77916e77ab0966607eb3606b8 (patch)
tree4858dc0ef4db02e09eed1dd60c491b3c85d8357d /src
parent699a039256a3a5c868d31ce8652eec76a4b23902 (diff)
downloademacs-87345db95cb26df77916e77ab0966607eb3606b8.tar.gz
emacs-87345db95cb26df77916e77ab0966607eb3606b8.zip
(x_draw_vertical_border): Do nothing if non-window system.
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