From a12e73cf3741f91d9188bacbcc7733d5948c8156 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jun 2003 01:29:45 +0000 Subject: read fonts and titlebar layout from theme files --- render/font.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/font.h') 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); -- cgit v1.2.3