From: Derek Foreman Date: Sun, 16 Mar 2003 22:35:55 +0000 (+0000) Subject: added font_startup X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=9ecdf13b8d05ea1174a7b742475bc3e010ae154f;p=chaz%2Fopenbox added font_startup --- diff --git a/openbox/openbox.c b/openbox/openbox.c index bd7585ad..7a0cfbb9 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -129,6 +129,7 @@ int main(int argc, char **argv) if (screen_annex()) { /* it will be ours! */ timer_startup(); render_startup(); + font_startup(); themerc_startup(); engine_startup(themerc_engine); python_startup();