summaryrefslogtreecommitdiff
path: root/render/font.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-04 18:47:21 +0000
committerDana Jansens <danakj@orodu.net>2007-03-04 18:47:21 +0000
commit7744067b6b50124c31f647e2943ef1fce9fdec96 (patch)
treea5fb1ba7a7102618e62eaf4650e4c325f71b7c29 /render/font.h
parent5109b5ae200133a0d2e86479218ad9debd9e8c11 (diff)
moving shadow information out of the themes, and into the Text textures.
cleaning up some old Xft cruft in font.c also, that is no longer needed.
Diffstat (limited to 'render/font.h')
-rw-r--r--render/font.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/font.h b/render/font.h
index 17894b8b..03f960c6 100644
--- a/render/font.h
+++ b/render/font.h
@@ -30,9 +30,6 @@ struct _RrFont {
PangoLayout *layout; /*!< Used for measuring and rendering strings */
gint ascent; /*!< The font's ascent in pango-units */
gint descent; /*!< The font's descent in pango-units */
- gint shadow;
- gchar tint;
- gint offset;
};
void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *position);