]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
make the Unfocus action do something when config_focus_follow is set
[chaz/openbox] / render / font.c
index 11a8edc60843529bc2cb8d498680eca336ec888e..b715bb80b076e4da150dbde4e4f99c3957b02ada 100644 (file)
@@ -203,12 +203,12 @@ RrFont *RrFontOpen(const RrInstance *inst, gchar *fontstring)
 void RrFontClose(RrFont *f)
 {
     if (f) {
+#ifdef USE_PANGO
+        pango_font_description_free(f->pango_font_description);
+#endif
         XftFontClose(RrDisplay(f->inst), f->xftfont);
         g_free(f);
     }
-#ifdef USE_PANGO
-    pango_font_description_free(f->pango_font_description);
-#endif
 }
 
 static void font_measure_full(const RrFont *f, const gchar *str,
This page took 0.020849 seconds and 4 git commands to generate.