]> git.eshelyaron.com Git - emacs.git/commit
Fix support of 'mouse-highlight' on NS (bug#78218)
authorGerd Möllmann <gerd.moellmann@gmail.com>
Sun, 4 May 2025 04:39:22 +0000 (06:39 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 08:49:00 +0000 (10:49 +0200)
commitd080250594dc29af6fe536372d03e27c0aaa3ff2
tree111b841a2250416e4baa89b594d417e763c34849
parent0412db0a20f9f82080c0bfe794b9617f6261845c
Fix support of 'mouse-highlight' on NS (bug#78218)

* src/nsterm.m: ([EmacsView keyDown:]): Add missing '!' in
if-condition.  Check tab_bar_window as other window systems do.

(cherry picked from commit 159e3a981ed5482393182b036e38818d42405c90)
src/nsterm.m