]> git.eshelyaron.com Git - emacs.git/commit
Handle top margin change in adjust_frame_size
authorMartin Rudalics <rudalics@gmx.at>
Wed, 16 Oct 2019 09:02:56 +0000 (11:02 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 16 Oct 2019 09:02:56 +0000 (11:02 +0200)
commitd68e8495e032890fbfd31935b9f660400641f1d9
tree49b9525b093a210bb84c213a78d1971a2fc7d2f6
parent068b4fce52dce410a9cc1ee22649541a1823c711
Handle top margin change in adjust_frame_size

* src/frame.c (adjust_frame_size): Handle case where only
pseudo windows changed height so the top margin has to be
adjusted.
* src/window.c (Fset_window_configuration): Call
adjust_frame_size with inhibit 4.
src/frame.c
src/window.c