]> git.eshelyaron.com Git - emacs.git/commit
Render Android hourglass cursor mechanics more consistent with X
authorPo Lu <luangruo@yahoo.com>
Tue, 4 Mar 2025 01:46:48 +0000 (09:46 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:05:07 +0000 (22:05 +0100)
commit24bae090005a56ad88547ca5e58a0049821c5ae6
tree1889c825de8b08887ca3bd063b4a97f65ee2bfbc
parenta146ee6568848556b5c46cfcb1fcdc505cbabd1d
Render Android hourglass cursor mechanics more consistent with X

* src/androidterm.c (android_show_hourglass): Always define the
hourglass cursor, but...
(android_hide_hourglass): ... restore the invisible cursor
subsequently, if need be.
(android_toggle_visible_pointer): Do not hide the current cursor
if it is an hourglass.

(cherry picked from commit 144b268a84e6be81f59669b77651b4522a2f2805)
src/androidterm.c