summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/openbox.c1
1 files changed, 1 insertions, 0 deletions
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();