]> git.eshelyaron.com Git - emacs.git/commit
(x_make_frame_visible): Call x_set_offset only after
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 May 1997 06:22:15 +0000 (06:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 May 1997 06:22:15 +0000 (06:22 +0000)
commit9829ddba7bb78968059a4de4cf956ab5f12a6a2d
tree49faa8767a83bff2fe73dfc8ba3643c122789f11
parent62a7e6ebb4f1cd377aacdf690d92b336dc73107a
(x_make_frame_visible): Call x_set_offset only after
mapping the window and accepting input.
(x_calc_absolute_position): Do nothing if current position
is already for the top-left corner.
Handle errors in XTranslateCoordinates.
(XTread_socket): Simplify handling of ConfigureNotify events.
Always call x_wm_set_size_hint for them.
No need to call XTranslateCoordinates here.
(x_clear_errors): New function.
src/xterm.c