]> git.eshelyaron.com Git - emacs.git/commit
Fix support of 'mouse-highlight' on X (bug#78218)
authorGerd Möllmann <gerd.moellmann@gmail.com>
Sun, 4 May 2025 06:17:27 +0000 (08:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 08:49:34 +0000 (10:49 +0200)
commita8f5927e64f80c5179ed58d87eab4c4c40dfdc05
treeb8e4ee78e7e4cc0b222886cd1132344bea5c5b7e
parent50d9acddd9507898a971000817de6c594d710736
Fix support of 'mouse-highlight' on X (bug#78218)

* src/xterm.c (handle_one_xevent): Fix comparison with tool-bar
and tab-bar window.

(cherry picked from commit 6ccfc8977821d02e8d589c801e6cad2e74ab699b)
src/xterm.c