]> git.eshelyaron.com Git - emacs.git/commit
Avoid races between the tooltip and compositor on X and Android
authorPo Lu <luangruo@yahoo.com>
Wed, 19 Jun 2024 02:57:07 +0000 (10:57 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 19 Jun 2024 08:43:28 +0000 (10:43 +0200)
commita0c44f48272d94d6b62a0759ffa2ce49e69a393d
tree5067dadb05c6768294f48c4de01f45b44f644317
parent5a1d68984dfad921a65da1a78ba83410050d13af
Avoid races between the tooltip and compositor on X and Android

* java/org/gnu/emacs/EmacsView.java (onLayout): Don't send
exposure events when the window is still to be attached.

* src/androidfns.c (Fx_show_tip):

* src/xfns.c (Fx_show_tip): Block async input around initial
frame update.

(cherry picked from commit 5fceb53856583384e7adeab52494d1afc6eae666)
java/org/gnu/emacs/EmacsView.java
src/androidfns.c
src/xfns.c