From: Chong Yidong Date: Tue, 26 Aug 2008 17:09:16 +0000 (+0000) Subject: (struct): Change font member to the new font struct. X-Git-Tag: emacs-pretest-23.0.90~3264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=988fef8c2ee15b7e761f2b71ad9a48897e893945;p=emacs.git (struct): Change font member to the new font struct. --- diff --git a/src/widgetprv.h b/src/widgetprv.h index e88c4e6131a..97053ded2c6 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h @@ -44,7 +44,7 @@ typedef struct { int internal_border_width; /* internal borders */ int interline; /* skips between lines */ - XFontStruct* font; /* font */ + struct font* font; /* font */ Pixel foreground_pixel; /* foreground */ Pixel cursor_color; /* text cursor color */