]> git.eshelyaron.com Git - emacs.git/commit
Don't save menu bar events that land on the menu bar itself
authorPo Lu <luangruo@yahoo.com>
Mon, 28 Feb 2022 01:40:01 +0000 (09:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 28 Feb 2022 01:40:01 +0000 (09:40 +0800)
commit0f3ce51a0d5f2aabad3d3aeb3d86d52b152deef0
tree70392c69512031d6736ccb7cc3917d958e8111e5
parent0470ef007f268f19cad8c0c786559453c38fdde3
Don't save menu bar events that land on the menu bar itself

* src/xterm.c (handle_one_xevent): Ignore menu bar events which
land on the menu bar itself instead of a button.
src/xterm.c