aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsterm.m
diff options
context:
space:
mode:
authorAdrian Robert <[email protected]>2008-09-27 19:07:15 +0000
committerAdrian Robert <[email protected]>2008-09-27 19:07:15 +0000
commit81cfe31c4dc987de116fbd85a9aa57063adf2c20 (patch)
tree8b40d05f5ac0e42d8df6366e2c5dfba022d2e347 /src/nsterm.m
parent9d7518593c13889885373f824aafa678f49a9859 (diff)
* nsfont.m (nsfont_draw): Fix up composition rendering.
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index 651b400d8b..202f4a2d30 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -2536,11 +2536,11 @@ hide_hourglass ()
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 (NS_KEYLOG) NSLog (@"attributedSubstringFromRange request");
if (emacsframe != old_focus)
dpyinfo->x_focus_frame = emacsframe;
+
/*/last_mouse_frame = emacsframe;? */
if (val >= 0)