• Jim Blandy's avatar
    * window.c (struct save_window_data): Save the currently selected · bdc727bf
    Jim Blandy authored
    	frame, too.
    	(Fset_window_configuration): Restore the frame's selected window
    	using Fselect_window, and then restore the selected frame using
    	Fselect_frame.
    	(Fcurrent_window_configuration): Record the currently selected
    	frame.  Update docstring to describe the information now recorded.
    
    	* window.c (Fset_window_configuration): Clean up the way we save
    	and restore the frame's size.
    
            * window.c (struct save_window_data): Add a member called
    	focus_frame, to save and restore the screen's focus frame.
    	(Fset_window_configuration): Redirect the frame's focus as
    	indicated in the window configuration.
    	(Fcurrent_window_configuration): Record the frame's current focus.
    bdc727bf
window.c 82.8 KB