]> git.eshelyaron.com Git - emacs.git/commit
Fix earlier changes to keyboard.c
authorPo Lu <luangruo@yahoo.com>
Sat, 19 Nov 2022 03:13:15 +0000 (11:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 19 Nov 2022 03:13:15 +0000 (11:13 +0800)
commitb23a4a15055af504324c3a60e5c6cbd93becf9b0
treed36fdf741043ca308b5a858e448d30aa2faad3ce
parent4921bd7bac4a9609c00e6b3337a4962b46135ff3
Fix earlier changes to keyboard.c

* src/keyboard.c (coords_in_menu_bar_window): New function.
(make_lispy_event): Do not process menu bar events on window
system frames if there is no menu bar window or the click lies
outside.
src/keyboard.c