]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
read fonts and titlebar layout from theme files
[chaz/openbox] / render / font.h
index 22aeaec0820ebb486bc2100f0939be7ab3e45bd7..85aa9f3efb3e8afadb7099d190c624123b3e0437 100644 (file)
@@ -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);
This page took 0.021402 seconds and 4 git commands to generate.