diff options
author | Po Lu <luangruo@yahoo.com> | 2024-05-13 14:40:15 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2024-05-13 14:42:35 +0800 |
commit | 9443f8145e1db86664a4af318b3bd1448094040e (patch) | |
tree | a7d2517b88a63dd40863233a8c88ff3dafec32ae /lisp/emacs-lisp/timer.el | |
parent | f560e759338e4cd43113fef39bb6e35c9e8a5893 (diff) | |
download | emacs-9443f8145e1db86664a4af318b3bd1448094040e.tar.gz emacs-9443f8145e1db86664a4af318b3bd1448094040e.tar.bz2 emacs-9443f8145e1db86664a4af318b3bd1448094040e.zip |
Communicate frame titles to the window manager on Android
* java/org/gnu/emacs/EmacsActivity.java (detachWindow)
(attachWindow): Call updateWmName.
(updateWmName): New function; transfer wm name from the window
attached to the task's description.
* java/org/gnu/emacs/EmacsWindow.java (EmacsWindow)
<wmName>: New field.
(setWmName): New function.
* src/android.c (android_init_emacs_window): Link to new
function.
(android_set_wm_name): New function.
* src/android.h (struct android_emacs_service): Delete unused
entries.
* src/androidfns.c (android_set_name_internal, android_set_name)
(android_implicitly_set_name, android_explicitly_set_name)
(android_set_title): Port from X.
* src/androidterm.c (android_term_init): Compute default frame
title.
* src/androidterm.h (struct android_display_info) <x_id_name>:
New field.
Diffstat (limited to 'lisp/emacs-lisp/timer.el')
0 files changed, 0 insertions, 0 deletions