]> git.eshelyaron.com Git - emacs.git/commit
Avoid crashes when scrolling images under winner-mode
authorEli Zaretskii <eliz@gnu.org>
Mon, 21 Oct 2024 17:42:01 +0000 (20:42 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Oct 2024 05:05:27 +0000 (07:05 +0200)
commitd8d7aa6190eb44d191851b4ba0d40978bda7040d
tree7a8694392ba558dc7dfbaa04e44b55101c3ad9ac
parent7995a5b983b738b64b2b548f4e588f586ce31d9c
Avoid crashes when scrolling images under winner-mode

* src/window.c (window_scroll_pixel_based): Fix calculation of a
window's vscroll.  (Bug#73933)

(cherry picked from commit 48024096fea5ccdeb79dab5793a6f7a293b95919)
src/window.c