; * src/xfns.c (unwind_create_frame): Add missing definition.
This commit is contained in:
parent
75fdeef7b4
commit
150e2b979c
1 changed files with 1 additions and 0 deletions
|
@ -4757,6 +4757,7 @@ unwind_create_frame (Lisp_Object frame)
|
||||||
free_glyphs (f);
|
free_glyphs (f);
|
||||||
#if defined GLYPH_DEBUG && defined ENABLE_CHECKING
|
#if defined GLYPH_DEBUG && defined ENABLE_CHECKING
|
||||||
/* Check that reference counts are indeed correct. */
|
/* Check that reference counts are indeed correct. */
|
||||||
|
struct x_display_info *dpyinfo = FRAME_DISPLAY_INFO (f);
|
||||||
eassert (dpyinfo->reference_count == dpyinfo_refcount);
|
eassert (dpyinfo->reference_count == dpyinfo_refcount);
|
||||||
#endif /* GLYPH_DEBUG && ENABLE_CHECKING */
|
#endif /* GLYPH_DEBUG && ENABLE_CHECKING */
|
||||||
return Qt;
|
return Qt;
|
||||||
|
|
Loading…
Add table
Reference in a new issue