]> git.eshelyaron.com Git - emacs.git/commit
Make device reporting work for tool bar clicks
authorPo Lu <luangruo@yahoo.com>
Fri, 8 Apr 2022 00:13:49 +0000 (08:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 8 Apr 2022 00:13:49 +0000 (08:13 +0800)
commit5414331d07a77d8e72aa44d4dd31f6af09bc161e
treeda8a18c7ff8533f950f2614d087bf5090208d871
parent0622df36112e41074dfff432c782e3e3b5de3e47
Make device reporting work for tool bar clicks

* src/dispextern.h: Update prototyupes.
* src/xdisp.c (handle_tool_bar_click): Pass Qt to that function
instead.
(handle_tool_bar_click_with_device): New function.
* src/xterm.c (handle_one_xevent): Pass device to tool bar click
logic.
src/dispextern.h
src/xdisp.c
src/xterm.c