]> git.eshelyaron.com Git - emacs.git/commit
Allow C-mouse-2 to split windows on XInput 2 builds
authorPo Lu <luangruo@yahoo.com>
Fri, 11 Mar 2022 05:59:42 +0000 (13:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 11 Mar 2022 05:59:42 +0000 (13:59 +0800)
commitb1d0d8e1f77eb3882a490aea6e31b7ec9ae642c1
tree73edf8a5849cf65252036779db904d018dce4234
parent170cae0e9080697e1efa1678bc1504890bcf4a6e
Allow C-mouse-2 to split windows on XInput 2 builds

* src/xterm.c (handle_one_xevent): Use x_scroll_bar_handle_click
if ControlMask is set.
src/xterm.c