changeset 6765:9be1670e9032

(update_line): Use line_height field.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Apr 1994 06:32:32 +0000
parents 52b64d326287
children 492ff2e2ddb7
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Sat Apr 09 06:32:17 1994 +0000
+++ b/src/dispnew.c	Sat Apr 09 06:32:32 1994 +0000
@@ -1562,7 +1562,7 @@
 	= current_frame->used[vpos]
 	  * FONT_WIDTH (frame->display.x->font);
       current_frame->pix_height[vpos]
-	= FONT_HEIGHT (frame->display.x->font);
+	= frame->display.x->line_height;
     }
 #endif /* HAVE_X_WINDOWS */