]> git.eshelyaron.com Git - emacs.git/commit
Properly move existing tooltips on Android
authorPo Lu <luangruo@yahoo.com>
Wed, 19 Feb 2025 07:34:51 +0000 (15:34 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 21:43:10 +0000 (22:43 +0100)
commit90e5e89b8da4cfc042608cfcbed76986d16ef68f
tree977f58c1cc65d1999641f596b844ab8003f87fd5
parentb8feed62be00cf7a997346429639d3ce29440fa2
Properly move existing tooltips on Android

* java/org/gnu/emacs/EmacsWindow.java (requestViewLayout): If an
override redirect window, additionally notify the window manager
of layout changes.

(cherry picked from commit e97be722d392056b6ef9e47664273ee2ca7df374)
java/org/gnu/emacs/EmacsWindow.java