]> git.eshelyaron.com Git - emacs.git/commit
(Fx_create_frame): Default Qvertical_scroll_bars to `left'.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Sep 1996 01:14:57 +0000 (01:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Sep 1996 01:14:57 +0000 (01:14 +0000)
commit1ab3d87e2fa3e5f0258d94feeb75ce2bbc9f619a
tree5d7dc8a6b709c59eba2e72545a0bb18070ef2e44
parentc8738c33c586a3b99adb3184bf2879c8d5fa325a
(Fx_create_frame): Default Qvertical_scroll_bars to `left'.

Add the symbol `right'; this symbol is used to indicate
that a right-side scroll bar is wanted.
(x_set_vertical_scroll_bars): Check for left<->right<->none
scroll bar changes, and modify the vertical scroll bar type as appropriate.
(x_figure_window_size): Use new SET_FRAME_WIDTH macro.
(Fx_create_frame): Likewise.
(Fx_horizontal_line): Use new macro WINDOW_LEFT_MARGIN.
src/xfns.c