]> git.eshelyaron.com Git - emacs.git/commit
Fix mouse pointer inside mouse-face on text with 'pointer' property
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 Feb 2025 06:23:02 +0000 (08:23 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:15:11 +0000 (12:15 +0100)
commita94cc1807fa3eb99f3fd41914cfeeb13fd49871d
treec4b2a04f6f4f741a678d8832df56001460423969
parent06a32d5531d54975eced2ee047b2829bcf4bf785
Fix mouse pointer inside mouse-face on text with 'pointer' property

* src/dispnew.c (gui_update_window_end): Don't consider mouse face
overwritten.
* src/xdisp.c (show_mouse_face): Accept an additional argument;
redefine the mouse cursor only if that argument is 'true'.  All
callers changed.  (Bug#75931)

(cherry picked from commit 354b2907fce6a4ce9f5e8ea0faf69974e21e749b)
src/dispnew.c
src/xdisp.c