Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 18 May 2012 08:36:50 +0000 (11:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 18 May 2012 08:36:50 +0000 (11:36 +0300)
commit784b56e25bda24e9c1e0689f1d71d3cf6fe5d552
tree1c3514e049c53075ecb594d44fcd3d9f584cd22f
parent6b3868cb1469a6222498dba8220aec9e02d43c1e
Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.

 src/w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c
 src/w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
 reference to image_cache->refcount.
 (x_create_tip_frame): Fix broken use of FRAME_IMAGE_CACHE.
src/ChangeLog
src/w32fns.c
src/w32term.c