From: Kim F. Storm Date: Fri, 15 Oct 2004 11:56:41 +0000 (+0000) Subject: (x_draw_vertical_border): Do nothing if non-window system. X-Git-Tag: ttn-vms-21-2-B4~4572 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87345db95cb26df77916e77ab0966607eb3606b8;p=emacs.git (x_draw_vertical_border): Do nothing if non-window system. --- 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) windows (on either side) have... But we don't :-( However, I think this works ok. ++KFS 2003-04-25 */ + if (!FRAME_WINDOW_P (XFRAME (w->frame))) + return; + /* Redraw borders between horizontally adjacent windows. Don't do it for frames with vertical scroll bars because either the right scroll bar of a window, or the left scroll bar of its