* xterm.c (x_scrollbar_create): Set the scrollbars to use
authorJim Blandy <jimb@redhat.com>
Fri, 22 Jan 1993 02:47:12 +0000 (02:47 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 22 Jan 1993 02:47:12 +0000 (02:47 +0000)
commitc0ff3fabb8e366a08ecb24a8e3c51a9760640aac
tree779ca0bff7b2fa6955cb9ec6b16d4017d815eee2
parent8678b9ccf53e6e6e05af74b748e25e4dc55b84f2
* xterm.c (x_scrollbar_create): Set the scrollbars to use
EastGravity.

* frame.c (Fdelete_frame): Clear the frame's display after calling
the window-system-dependent frame destruction routine.  We
no longer need to pass the display as a separate argument to
x_destroy_window.
* xterm.c (x_destroy_window): Put the code which clears out f's
display here, right after we free the storage it points to.  Put
everything, including the code which clears x_focus_frame and
x_highlight_frame, inside the BLOCK/UNBLOCK_INPUT pair.
src/xterm.c