From: Gerd Moellmann Date: Mon, 14 May 2001 13:03:23 +0000 (+0000) Subject: (x_draw_glyphs): Fix compuation of rightmost x for X-Git-Tag: emacs-pretest-21.0.104~510 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98fedd9707a8c2e69613fc8e0a5b0edb73a77a09;p=emacs.git (x_draw_glyphs): Fix compuation of rightmost x for full-width rows. --- diff --git a/src/xterm.c b/src/xterm.c index 65138279126..056514d7096 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -5094,7 +5094,7 @@ x_draw_glyphs (w, x, row, area, start, end, hl, real_start, real_end, } x += FRAME_INTERNAL_BORDER_WIDTH (f); - last_x -= FRAME_INTERNAL_BORDER_WIDTH (f); + last_x += FRAME_INTERNAL_BORDER_WIDTH (f); } else {