]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Sat, 3 Jun 2023 02:16:30 +0000 (10:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 3 Jun 2023 02:16:30 +0000 (10:16 +0800)
commita696ed5c30fb9a7ba2d37f0e691de17872fdab16
tree392331d300e02b43e5098b9b4a56f008780efdfd
parentd84cbcb8ce970d8a54e164a5ef6f0074c0e59f91
Update Android port

* src/androidterm.c (struct android_get_extracted_text_context):
New field `mark_active'.
(android_get_extracted_text): Set that field.
(struct android_extracted_text_class): New field `flags'.
(android_build_extracted_text): New argument `mark_active'.  Set
flags appropriately.
(NATIVE_NAME, android_update_selection): Likewise.
* src/textconv.c (get_extracted_text): New argument
`mark_active'.  Set it if the mark is active.
* src/textconv.h: Update prototypes.
src/androidterm.c
src/textconv.c
src/textconv.h