changeset 97728:0c85f6d8e443

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 Aug 2008 17:09:01 +0000
parents 0913bae89ccf
children afe1d1cc8129
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Aug 26 15:35:59 2008 +0000
+++ b/src/ChangeLog	Tue Aug 26 17:09:01 2008 +0000
@@ -1,3 +1,10 @@
+2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
+
+	* 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  <eliz@gnu.org>
 
 	* term.c (get_named_tty): Fix last change.