]> git.eshelyaron.com Git - emacs.git/commit
Miscellaneous fixes for Android port
authorPo Lu <luangruo@yahoo.com>
Wed, 24 Apr 2024 03:42:48 +0000 (11:42 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Apr 2024 17:43:36 +0000 (19:43 +0200)
commit422c5899f0b2dbd077b22de65f091b32a60f5d0b
tree18c2749ce2214b2a965f4db0529246f156b511ca
parentc9e752bbb965c85e050daf4fe919c7f583697311
Miscellaneous fixes for Android port

* lisp/touch-screen.el (touch-screen-hold, touch-screen-drag):
Clear deactivate-mark if the mark is activated to prevent undue
deactivation after completion.

* lisp/wid-edit.el (widget-field, widget-single-line-field):
Insert specifications suitable for monochrome displays.

* src/androidfns.c (Fxw_display_color_p, Fx_display_grayscale_p):
Report color and/or grayscale properly.

* src/image.c (image_create_bitmap_from_file)
[HAVE_ANDROID]: If a file with no extension cannot be located,
append .xbm and retry.

(cherry picked from commit d3d1be8ae56efe29e4a721c5dd4e1fa973cf9d5a)
lisp/touch-screen.el
lisp/wid-edit.el
src/androidfns.c
src/image.c