]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
maybe fix transients placed offscreen under certain conditions
[chaz/openbox] / render / font.h
index 1ddeb0475c8e7c584a75969415e7a2bbffda624b..19417db2c1118e92c14da9a5229f715330b99537 100644 (file)
 #include "geom.h"
 #ifdef USE_PANGO
 #include <pango/pango.h>
+#include <pango/pangoxft.h>
 #endif /* USE_PANGO */
 
 struct _RrFont {
     const RrInstance *inst;
-#ifdef USE_PANGO
-    PangoFontDescription *pango_font_description;
-#endif /* USE_PANGO */
     XftFont *xftfont;
     gint elipses_length;
     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.019807 seconds and 4 git commands to generate.