]> git.eshelyaron.com Git - emacs.git/commit
Don't inhibit resizing when making a new frame (Bug#74750)
authorMartin Rudalics <rudalics@gmx.at>
Mon, 16 Dec 2024 15:36:59 +0000 (16:36 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:01:38 +0000 (16:01 +0100)
commit04ac72223a0d04787b98b0d65c2e3077efb0329f
tree7595a0cb9364711a076c83bbf0b41f5bba6ba8bd
parent3a5e04aa19399b7fdb58b87a3ab0236fe68b0f9e
Don't inhibit resizing when making a new frame (Bug#74750)

* src/frame.h (struct frame): Remove inhibit_horizontal_resize
and inhibit_vertical_resize slots.
* src/frame.c (frame_inhibit_resize, make_frame)
(Fframe_after_make_frame, gui_figure_window_size): Remove all
operations on frame's inhibit_horizontal_resize and
inhibit_vertical_resize slots (Bug#74750).

(cherry picked from commit b5ba5cbacf2b8122d720f89dd93d36a5c0fd39ec)
src/frame.c
src/frame.h