From 39d1fe0016a5bdc2229fb9b1e08f304232777b51 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Apr 1994 06:32:32 +0000 Subject: [PATCH] (update_line): Use line_height field. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispnew.c b/src/dispnew.c index dbc8f59e7b3..aa90d06cbb6 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1562,7 +1562,7 @@ update_line (frame, vpos) = 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 */ -- 2.39.5