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)
committerPo Lu <luangruo@yahoo.com>
Thu, 25 Jan 2024 04:18:40 +0000 (12:18 +0800)
commitcaea0c1649d1df96b811c1388fde396e66bc356b
treee71ab0e5b3e765b3fa82d60dfb3bf5f0ae247cf3
parent65ea742ed5ec505837706d64690e3cc2073825c7
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.
src/androidfns.c
src/window.c