]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
?
[chaz/openbox] / render / font.h
index 17894b8bd25dce783567cfb5e6f50b1ed498f5ef..03f960c6907dc58a83c789c567b74603d560d753 100644 (file)
@@ -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);
This page took 0.019921 seconds and 4 git commands to generate.