Mercurial > emacs
changeset 94970:2905831ea99f
(w32_get_glyph_overhangs): Remove.
(w32_redisplay_interface): Use x_get_glyph_overhangs instead.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 14 May 2008 14:40:20 +0000 |
parents | 916f0f042c9e |
children | fc5f0c9449da |
files | src/w32term.c |
diffstat | 1 files changed, 1 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Wed May 14 12:28:17 2008 +0000 +++ b/src/w32term.c Wed May 14 14:40:20 2008 +0000 @@ -1766,20 +1766,6 @@ } } - -static void -w32_get_glyph_overhangs (glyph, f, left, right) - struct glyph *glyph; - struct frame *f; - int *left, *right; -{ - HDC hdc = get_frame_dc (f); - /* Convert to unicode! */ - x_get_glyph_overhangs (glyph, f, left, right); - release_frame_dc (f, hdc); -} - - /* Fill rectangle X, Y, W, H with background color of glyph string S. */ static INLINE void @@ -6837,7 +6823,7 @@ x_flush, 0, /* flush_display_optional */ x_clear_window_mouse_face, - w32_get_glyph_overhangs, + x_get_glyph_overhangs, x_fix_overlapping_area, w32_draw_fringe_bitmap, w32_define_fringe_bitmap,