]> git.eshelyaron.com Git - emacs.git/commit
Final preparations for new window resize code.
authorMartin Rudalics <rudalics@gmx.at>
Thu, 9 Jun 2011 06:35:02 +0000 (08:35 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 9 Jun 2011 06:35:02 +0000 (08:35 +0200)
commit1a13852e906ca4f4f98a65106496d2cb1c517d64
treeed4ed7a0b5ae9c961570bb41479a2bdf57763adf
parente8b08aeecad0dc735d8f40ddabc8c0c249dedb21
Final preparations for new window resize code.

* window.c (replace_window): Rename second argument REPLACEMENT to
NEW.  New third argument SETFLAG.  Rewrite.
(delete_window, make_dummy_parent): Call replace_window with
third argument 1.
(window_list_1): Move down in code.
(run_window_configuration_change_hook): Move set_buffer part
before select_frame_norecord part in order to unwind correctly.
Rename count1 to count.
(recombine_windows, delete_deletable_window, resize_root_window)
(Fdelete_other_windows_internal)
(Frun_window_configuration_change_hook, make_parent_window)
(resize_window_check, resize_window_apply, Fresize_window_apply)
(resize_frame_windows, Fsplit_window_internal)
(Fdelete_window_internal, Fresize_mini_window_internal): New
functions.
(syms_of_window): New variables Vwindow_splits and Vwindow_nest.
src/ChangeLog
src/window.c