summaryrefslogtreecommitdiff
path: root/render/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/font.h')
-rw-r--r--render/font.h3
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);