Fix bug #7398 with truncated glyphs in w32 tooltips.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2010 15:41:04 +0000 (17:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2010 15:41:04 +0000 (17:41 +0200)
commit39321b94bfa4e50401e30caedfd09a06629f5bd2
tree61fdb729ce92638e32ee9827b595a97efb9b90c7
parent2b404597762b85483fc89f716848efac34847aa9
Fix bug #7398 with truncated glyphs in w32 tooltips.

 w32fns.c (Fx_show_tip): Call try_window with last argument
 TRY_WINDOW_IGNORE_FONTS_CHANGE.  Delete the TODO ifdef: problem
 solved.  Round up the tip height to an integral multiple of the
 frame's line height.  Add FRAME_COLUMN_WIDTH to the tip width.
src/ChangeLog
src/w32fns.c