]> git.eshelyaron.com Git - emacs.git/commit
Implement tooltip_reuse_hidden_frame for Android
authorPo Lu <luangruo@yahoo.com>
Sun, 18 Feb 2024 04:48:41 +0000 (12:48 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Feb 2024 15:01:47 +0000 (16:01 +0100)
commitbee51e0549bc9fc547d90b3ed434b086181def27
treeacaa12c14121a6a15484455d8646dcbdcd2ade6c
parentfbb3126d39719171b0807859f5f5fd53af8c7807
Implement tooltip_reuse_hidden_frame for Android

* java/org/gnu/emacs/EmacsWindow.java
(findSuitableActivityContext): Return Activity rather than
Context.
(mapWindow): Provide window token manually.

* src/androidfns.c (Fx_show_tip, Fx_hide_tip): Respect
tooltip_reuse_hidden_frame.

(cherry picked from commit c2d714886ef139f601d89463675b0d5b49d18ff9)
java/org/gnu/emacs/EmacsWindow.java
src/androidfns.c