From 988fef8c2ee15b7e761f2b71ad9a48897e893945 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 26 Aug 2008 17:09:16 +0000 Subject: [PATCH] (struct): Change font member to the new font struct. --- src/widgetprv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5