summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDerek Foreman <manmower@gmail.com>2003-03-16 22:35:55 +0000
committerDerek Foreman <manmower@gmail.com>2003-03-16 22:35:55 +0000
commit9ecdf13b8d05ea1174a7b742475bc3e010ae154f (patch)
tree8ef19f698f43ae0bd99e764f6726e4d5c0bb8a73 /openbox/openbox.c
parent6682d070c391f8c09d561dde67e49733a2377681 (diff)
added font_startup
Diffstat (limited to 'openbox/openbox.c')
-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();