diff options
| author | Chong Yidong | 2008-08-26 17:09:16 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-26 17:09:16 +0000 |
| commit | 988fef8c2ee15b7e761f2b71ad9a48897e893945 (patch) | |
| tree | 3ab0e1f1e9e7f3f7c438f89968c54c2064f3f235 /src | |
| parent | 609849bc2e449892e63ad616dfb515842d0e1efd (diff) | |
| download | emacs-988fef8c2ee15b7e761f2b71ad9a48897e893945.tar.gz emacs-988fef8c2ee15b7e761f2b71ad9a48897e893945.zip | |
(struct): Change font member to the new font struct.
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgetprv.h | 2 |
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 { | |||
| 44 | int internal_border_width; /* internal borders */ | 44 | int internal_border_width; /* internal borders */ |
| 45 | int interline; /* skips between lines */ | 45 | int interline; /* skips between lines */ |
| 46 | 46 | ||
| 47 | XFontStruct* font; /* font */ | 47 | struct font* font; /* font */ |
| 48 | Pixel foreground_pixel; /* foreground */ | 48 | Pixel foreground_pixel; /* foreground */ |
| 49 | 49 | ||
| 50 | Pixel cursor_color; /* text cursor color */ | 50 | Pixel cursor_color; /* text cursor color */ |