]> git.eshelyaron.com Git - emacs.git/commit
Enable adjusting frame sizes on MS-DOS
authorPo Lu <luangruo@yahoo.com>
Fri, 20 Dec 2024 03:22:22 +0000 (11:22 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:17:32 +0000 (16:17 +0100)
commitf35fec993aa40d5adabb3abc8d084f0df93c78ac
treee8c54ff586b74a7fa020e3f6eb0d535f2f7467f5
parent481754134386d33293972d66b99da56efccce2c7
Enable adjusting frame sizes on MS-DOS

* src/dispnew.c (change_frame_size): Do not propagate changes to
child frames to root frames and vice versa.

* src/frame.c (adjust_frame_size): Do not change video modes
in resizing a child frame.

(cherry picked from commit 3cb86eb0385b8d5edba3dea495bc086c009614b7)
src/dispnew.c
src/frame.c