mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
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.
This commit is contained in:
parent
65ea742ed5
commit
caea0c1649
2 changed files with 11 additions and 4 deletions
|
|
@ -1931,9 +1931,6 @@ android_create_tip_frame (struct android_display_info *dpyinfo,
|
|||
|
||||
image_cache_refcount
|
||||
= FRAME_IMAGE_CACHE (f) ? FRAME_IMAGE_CACHE (f)->refcount : 0;
|
||||
#ifdef GLYPH_DEBUG
|
||||
dpyinfo_refcount = dpyinfo->reference_count;
|
||||
#endif /* GLYPH_DEBUG */
|
||||
|
||||
gui_default_parameter (f, parms, Qfont_backend, Qnil,
|
||||
"fontBackend", "FontBackend", RES_TYPE_STRING);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue