changeset 16357:738aba1684cf

(x_set_scroll_bar_width): Move cursor to the left margin, past a scroll bar, if any.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Sep 1996 23:44:49 +0000
parents 0e1d0be9d6c3
children 8b36369ba4de
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.  */