changeset 37721:4a800a01388b

(x_draw_glyphs): Fix compuation of rightmost x for full-width rows.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 14 May 2001 13:03:23 +0000
parents 729181f245b9
children 5d56786629e4
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon May 14 12:58:29 2001 +0000
+++ b/src/xterm.c	Mon May 14 13:03:23 2001 +0000
@@ -5094,7 +5094,7 @@
 	}
 
       x += FRAME_INTERNAL_BORDER_WIDTH (f);
-      last_x -= FRAME_INTERNAL_BORDER_WIDTH (f);
+      last_x += FRAME_INTERNAL_BORDER_WIDTH (f);
     }
   else
     {