summaryrefslogtreecommitdiff
path: root/src/widgetprv.h
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-08-26 17:09:16 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-08-26 17:09:16 +0000
commit988fef8c2ee15b7e761f2b71ad9a48897e893945 (patch)
tree3ab0e1f1e9e7f3f7c438f89968c54c2064f3f235 /src/widgetprv.h
parent609849bc2e449892e63ad616dfb515842d0e1efd (diff)
downloademacs-988fef8c2ee15b7e761f2b71ad9a48897e893945.tar.gz
(struct): Change font member to the new font struct.
Diffstat (limited to 'src/widgetprv.h')
-rw-r--r--src/widgetprv.h2
1 files changed, 1 insertions, 1 deletions
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 */