From: Chong Yidong Date: Tue, 26 Aug 2008 17:09:01 +0000 (+0000) Subject: * widgetprv.h (struct): Change font member to the new font struct. X-Git-Tag: emacs-pretest-23.0.90~3265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=609849bc2e449892e63ad616dfb515842d0e1efd;p=emacs.git * 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. --- 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.