]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
make the Unfocus action do something when config_focus_follow is set
[chaz/openbox] / render / font.h
index 6f8d511ce2340eb4ae9165e87de3f901b6a88632..f299763946fa89ab7ff6cbc2d2666d1f03188b82 100644 (file)
@@ -21,6 +21,9 @@
 #define __font_h
 #include "render.h"
 #include "geom.h"
+#ifdef USE_PANGO
+#include <pango/pango.h>
+#endif /* USE_PANGO */
 
 struct _RrFont {
     const RrInstance *inst;
@@ -29,6 +32,11 @@ struct _RrFont {
     gint shadow;
     gchar tint;
     gint offset;
+#ifdef USE_PANGO
+    PangoFontDescription *pango_font_description;
+    gint pango_ascent;
+    gint pango_descent;
+#endif /* USE_PANGO */
 };
 
 RrFont *RrFontOpen(const RrInstance *inst, gchar *fontstring);
This page took 0.025825 seconds and 4 git commands to generate.