No subject


Thu Mar 12 04:18:45 EDT 2009


@@ -234,8 +234,9 @@
      g_object_unref(context);
      return result;
  */
-    return f->xftfont->ascent + f->xftfont->descent +
-        (f->shadow ? f->offset : 0);
+    gint x, y;
+    font_measure_full(f, " ", &x, &y);
+    return y;

 #endif /* USE_PANGO */
 }

And a question: except that execvp patch, are there
other patches I should apply to 3.3-rc1 ?



More information about the openbox mailing list