From 9ecdf13b8d05ea1174a7b742475bc3e010ae154f Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Sun, 16 Mar 2003 22:35:55 +0000 Subject: [PATCH] added font_startup --- openbox/openbox.c | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.45.2