diff options
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 */ |