]> git.eshelyaron.com Git - emacs.git/commitdiff
* widgetprv.h (struct): Change font member to the new font struct.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 26 Aug 2008 17:09:01 +0000 (17:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 26 Aug 2008 17:09:01 +0000 (17:09 +0000)
* widget.c: Include character.h and font.h for XSETFONT.
(setup_frame_gcs): Compute X font id from font struct, just once.

src/ChangeLog

index 6c6e757a47c7d7b3be64b673712338cd033cd10f..64aee3b6c38cf6a1e203762a70d2f8e56aea19d0 100644 (file)
@@ -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.