]> git.eshelyaron.com Git - emacs.git/commit
Fix reporting of menu bar wheel events on no toolkit builds
authorPo Lu <luangruo@yahoo.com>
Sun, 6 Mar 2022 00:56:02 +0000 (08:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 6 Mar 2022 00:56:46 +0000 (08:56 +0800)
commitc9667e9b60fe0044ea4d5f000973a87a0c584033
tree2f582ca50750a01cde2a4646f1cedd8fed1c2466
parent98d2dc6522114e4044077801f11a3ed8de9c1147
Fix reporting of menu bar wheel events on no toolkit builds

* src/xterm.c (x_toolkit_position): Handle menu bar position
on no-toolkit builds.
(x_create_terminal): Always add `toolkit_position_hook'.
src/xterm.c