]> git.eshelyaron.com Git - emacs.git/commit
Scale coordinates when checking if a touch event falls inside menu bar
authorPo Lu <luangruo@yahoo.com>
Mon, 24 Jan 2022 07:35:48 +0000 (15:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 24 Jan 2022 07:37:24 +0000 (15:37 +0800)
commite606434be65f55af371eb612b0bfe5f30d1cc859
tree60ad9b2fb75e0a3f35304f4a01cb69d676f21e7e
parent8d6fbc4b480f8623a67e9779c490e9df7c941447
Scale coordinates when checking if a touch event falls inside menu bar

* src/xterm.c (handle_one_xevent): Apply scale to touch event
coordinates before intersecting them with the menu bar.
src/xterm.c