# HG changeset patch # User Richard M. Stallman # Date 843867889 0 # Node ID 738aba1684cf60d47aec54634ca008df1eacacea # Parent 0e1d0be9d6c3f080fb6886658252ea2b20ebd497 (x_set_scroll_bar_width): Move cursor to the left margin, past a scroll bar, if any. diff -r 0e1d0be9d6c3 -r 738aba1684cf src/xfns.c --- a/src/xfns.c Fri Sep 27 20:42:12 1996 +0000 +++ b/src/xfns.c Fri Sep 27 23:44:49 1996 +0000 @@ -1988,6 +1988,7 @@ } change_frame_size (f, 0, FRAME_WIDTH (f), 0, 0); + FRAME_CURSOR_X (f) = FRAME_LEFT_SCROLL_BAR_WIDTH (f); } /* Subroutines of creating an X frame. */