From 609849bc2e449892e63ad616dfb515842d0e1efd Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 26 Aug 2008 17:09:01 +0000 Subject: [PATCH] * widgetprv.h (struct): Change font member to the new font struct. * widget.c: Include character.h and font.h for XSETFONT. (setup_frame_gcs): Compute X font id from font struct, just once. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 6c6e757a47c..64aee3b6c38 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2008-08-26 Chong Yidong + + * widgetprv.h (struct): Change font member to the new font struct. + + * widget.c: Include character.h and font.h for XSETFONT. + (setup_frame_gcs): Compute X font id from font struct, just once. + 2008-08-26 Eli Zaretskii * term.c (get_named_tty): Fix last change. -- 2.39.5