1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00

Fix last change.

This commit is contained in:
Chong Yidong 2008-08-26 17:09:35 +00:00
parent 988fef8c2e
commit 7d31058f9c

View file

@ -1,6 +1,7 @@
2008-08-26 Chong Yidong <cyd@stupidchicken.com>
* widgetprv.h (struct): Change font member to the new font struct.
* widgetprv.h (EmacsFramePart): 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.