]> git.eshelyaron.com Git - emacs.git/commit
Implement hourglass cursor on Android
authorPo Lu <luangruo@yahoo.com>
Sat, 11 Mar 2023 00:34:57 +0000 (08:34 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 11 Mar 2023 00:34:57 +0000 (08:34 +0800)
commite9a879260d791ccd509f031ea4e2f3fd645a9672
tree4dee22c74ed47bfff9974f303c495cb4ba2e8074
parent769a4e7ff51c370b055a964ae96e2ace43fc1936
Implement hourglass cursor on Android

* lisp/term/android-win.el (x-pointer-arrow, x-pointer-left-ptr)
(x-pointer-left-side, x-pointer-sb-h-double-arrow)
(x-pointer-sb-v-double-arrow, x-pointer-watch, x-pointer-xterm)
(x-pointer-invisible): New constants.
* src/androidterm.c (android_show_hourglass)
(android_hide_hourglass): New functions.
(android_toggle_visible_pointer, android_define_frame_cursor):
Define or don't define hourglass cursor if x->hourglass.
(android_redisplay_interface): Add new functions.
* src/androidterm.h (struct android_output): New field
`hourglass'.
lisp/term/android-win.el
src/androidterm.c
src/androidterm.h