diff src/nsterm.m @ 98371:713cc05ca791

* nsfont.m (nsfont_draw): Fix up composition rendering.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Sat, 27 Sep 2008 19:07:15 +0000
parents c3b661108b5c
children 5db459c2e438
line wrap: on
line diff
--- a/src/nsterm.m	Sat Sep 27 13:10:56 2008 +0000
+++ b/src/nsterm.m	Sat Sep 27 19:07:15 2008 +0000
@@ -2536,11 +2536,11 @@
 
 
 static inline NSRect
+ns_fix_rect_ibw (NSRect r, int fibw, int frame_pixel_width)
 /* --------------------------------------------------------------------------
     Under NS we draw internal borders inside fringes, and want full-width
     rendering to go all the way to edge.  This function makes that correction.
    -------------------------------------------------------------------------- */
-ns_fix_rect_ibw (NSRect r, int fibw, int frame_pixel_width)
 {
   if (r.origin.y <= fibw+1)
     {
@@ -5040,6 +5040,7 @@
 
   if (emacsframe != old_focus)
     dpyinfo->x_focus_frame = emacsframe;
+
   /*/last_mouse_frame = emacsframe;? */
 
   if (val >= 0)