Fixes for GLYPH_DEBUG.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 18 Jun 2011 19:15:06 +0000 (15:15 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 18 Jun 2011 19:15:06 +0000 (15:15 -0400)
commit7d7d00451f78eafdad6d9c06e51de544137e64fb
treef63a3d5b67b5e0e5ea0db3e57288c30f54009817
parent61dfb316ecfae23ea093a48ab67b9c66e9d1d7da
Fixes for GLYPH_DEBUG.

* dispnew.c (add_window_display_history): Use BVAR.

* xdisp.c (debug_method_add): Use BVAR.
(check_window_end, dump_glyph_matrix, dump_glyph)
(dump_glyph_row, dump_glyph_string): Convert arglist to ANSI C.

* xfaces.c (check_lface_attrs, check_lface, dump_realized_face):
Likewise.

* xfns.c (Fx_create_frame, x_create_tip_frame): Delay image cache
check till after the cache is created in init_frame_faces.
src/ChangeLog
src/dispnew.c
src/xdisp.c
src/xfaces.c
src/xfns.c