Mercurial > emacs
changeset 97729:afe1d1cc8129
(struct): Change font member to the new font struct.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 26 Aug 2008 17:09:16 +0000 |
parents | 0c85f6d8e443 |
children | 0f253664a7f1 |
files | src/widgetprv.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/widgetprv.h Tue Aug 26 17:09:01 2008 +0000 +++ b/src/widgetprv.h Tue Aug 26 17:09:16 2008 +0000 @@ -44,7 +44,7 @@ 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 */