# HG changeset patch # User Kenichi Handa # Date 1164332910 0 # Node ID 94842604dfcec24b9db56307119534ef088fdddf # Parent 424dec0c7b5dca271d8cca86f9fdf4ae88a5fc86 (struct font): New memeber format. diff -r 424dec0c7b5d -r 94842604dfce src/font.h --- a/src/font.h Fri Nov 24 01:48:20 2006 +0000 +++ b/src/font.h Fri Nov 24 01:48:30 2006 +0000 @@ -152,6 +152,9 @@ /* Font-driver for the font. */ struct font_driver *driver; + /* Symbol of font font; x, ttf, pcf, etc, */ + Lisp_Object format; + /* File name of the font, or NULL if the font is not associated with a file. */ char *file_name;