diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-26 01:29:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-26 01:29:45 +0000 |
| commit | a12e73cf3741f91d9188bacbcc7733d5948c8156 (patch) | |
| tree | e5b7f847171c04a53603ca04bdef1afcdf9c6357 /render/font.h | |
| parent | 5410a9d1494552285ac1ccc20aa9495a77d49171 (diff) | |
read fonts and titlebar layout from theme files
Diffstat (limited to 'render/font.h')
| -rw-r--r-- | render/font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/render/font.h b/render/font.h index 22aeaec0..85aa9f3e 100644 --- a/render/font.h +++ b/render/font.h @@ -9,6 +9,9 @@ struct _RrFont { const RrInstance *inst; XftFont *xftfont; gint elipses_length; + gint shadow; + gchar tint; + gint offset; }; RrFont *RrFontOpen(const RrInstance *inst, char *fontstring); |
