]> git.eshelyaron.com Git - emacs.git/commit
Replace two macros with functions in dispnew.c (bug#75056)
authorGerd Möllmann <gerd@gnu.org>
Wed, 29 Jan 2025 07:34:43 +0000 (08:34 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:13:33 +0000 (19:13 +0100)
commit9bdb087e273fafe3f7f7e85fc0f7cde700f35ae5
tree83a238f14d388d0abcce463d33b10e8880953dee
parent80c145aff0d01044d956d069aadb737ea784cb24
Replace two macros with functions in dispnew.c (bug#75056)

* src/dispnew.c (WINDOW_TO_FRAME_VPOS, WINDOW_TO_FRAME_VPOS): Macros
removed.
(window_to_frame_vpos, window_to_frame_vpos): Always define, and use
them instead of the removed macros.

(cherry picked from commit 7aacefba6bfe4c0e658f09d2ac7f025f9a9a827f)
src/dispnew.c