]> git.eshelyaron.com Git - emacs.git/commit
Add helper function to remove title bar when maximizing frames
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Apr 2022 10:42:06 +0000 (12:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 29 Apr 2022 10:42:15 +0000 (12:42 +0200)
commite313cae71fc38e29849e68b421a16a1014626d04
treee5088eb8cd4bb704cadda615183c95f7132d21c1
parent5c606a46bfcb3851365de2d4ffbff9e88fc1c21c
Add helper function to remove title bar when maximizing frames

* lisp/frame.el (toggle-frame-maximized): Mention it.
(frame-hide-title-bar-when-maximized): New function (bug#31968).
Adapted from code by Jonathan Kyle Mitchell.

* src/window.c (syms_of_window): Mention it.
lisp/frame.el
src/window.c