]> git.eshelyaron.com Git - emacs.git/commit
Work around race condition bug in Android 13's input manager
authorPo Lu <luangruo@yahoo.com>
Fri, 17 Feb 2023 13:31:43 +0000 (21:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 17 Feb 2023 13:31:43 +0000 (21:31 +0800)
commite88730a4b439b3b534048c6f419d651a4c0cc76d
treef50730706aa04830f092bbf8c1f945437a3324ff
parentd70bb47aeb586bfa5feb29d6f3759604eb93829a
Work around race condition bug in Android 13's input manager

* src/androidterm.c (android_get_selection): Use ephemeral last
point.
* src/textconv.c (report_selected_window_change): Set
w->ephemeral_last_point to the window's point now.
src/androidterm.c
src/textconv.c