emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c,v
Date: Wed, 14 May 2008 14:40:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/05/14 14:40:21

Index: w32term.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.c,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -b -r1.287 -r1.288
--- w32term.c   14 May 2008 07:50:16 -0000      1.287
+++ w32term.c   14 May 2008 14:40:20 -0000      1.288
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]