From 7744067b6b50124c31f647e2943ef1fce9fdec96 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 4 Mar 2007 18:47:21 +0000 Subject: 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. --- render/font.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'render/font.h') 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); -- cgit v1.2.3