]> git.eshelyaron.com Git - emacs.git/commit
Prevent matrices from remaining invalid post mini-window resize
authorPo Lu <luangruo@yahoo.com>
Thu, 25 Jan 2024 04:17:54 +0000 (12:17 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Jan 2024 18:04:43 +0000 (19:04 +0100)
commit45c3e4301a60c6991a271ee0522c490c0df9a4dd
tree6411c546f20b373b9970fd0b1662a6dc2c2fb893
parentab204066733c173b0e609eb4480a48007607bf33
Prevent matrices from remaining invalid post mini-window resize

* src/androidfns.c (android_create_tip_frame): Enable building
with GLYPH_DEBUG.

* src/window.c (resize_mini_window_apply): Garbage the frame if
F->redisplay is already set to indicate that redisplay_internal
should nevertheless return to it.

(cherry picked from commit caea0c1649d1df96b811c1388fde396e66bc356b)
src/androidfns.c
src/window.c