Fix bug #7398 with truncated glyphs in tooltip display on w32.
commit76feb8641e5870c73b649a6e986b5d8d8936a61f
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2010 15:20:11 +0000 (11 17:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2010 15:20:11 +0000 (11 17:20 +0200)
tree70353e1b7a99c9efef0450b348110e1dc889352e
parentf055902693167478ad9affe03bb9398b6140b070
Fix bug #7398 with truncated glyphs in tooltip display on w32.

 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