]> git.eshelyaron.com Git - emacs.git/commit
Take the tab-line into account when computing the window edges
authorSteven Allen <steven@stebalien.com>
Wed, 15 Jan 2025 07:56:08 +0000 (23:56 -0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 17 Jan 2025 11:35:08 +0000 (12:35 +0100)
commitb3ca2b05386bf335310f58ba287b09a606941b64
tree09d36584d509cb483ab8b80db41498e5e82f7187
parent7dbaefc092aea813222de049f07468f0cabe0c65
Take the tab-line into account when computing the window edges

window-body-height correctly subtracts the tab-line's height but
window-edges did not add this same height to the y-offset.

See https://github.com/emacs-exwm/exwm/pull/114

* lisp/window.el (window-edges): Add the tab-line-height to the y-offet
of the window body.  (Bug#75576)

(cherry picked from commit ec20ebf2413ca1042cd41e3a278d18f1fc1debf6)
lisp/window.el