Various fixes around Bug#16013.
authorMartin Rudalics <rudalics@gmx.at>
Wed, 11 Dec 2013 10:03:46 +0000 (11:03 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 11 Dec 2013 10:03:46 +0000 (11:03 +0100)
commitd94c40c1b74bcd10795fa6ea9cc1a8908486b093
treecee19165f279e21936719c48fd2bbf1905d85776
parenta8f9bc05c344ec9b9e0dee5499ce0b1427cbfea6
Various fixes around Bug#16013.

* window.c (resize_frame_windows): Don't return immediately when
the root window's size doesn't change - the minibuffer window
may still have to be repositioned/resized.
* xfns.c (Fx_create_frame): Always change the frame size after
initializing the frame's faces.
* xterm.c (handle_one_xevent): Don't set pixel sizes here,
change_frame_size should already have done it.
(x_new_font): Assign new tool- and menu-bar heights.
(x_set_window_size_1): Account for tool- and menu-bar heights
(Bug#16013). Don't set pixel sizes since change_frame_size
should already have done it.
src/ChangeLog
src/window.c
src/xfns.c
src/xterm.c