diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-03-16 22:35:55 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-03-16 22:35:55 +0000 |
| commit | 9ecdf13b8d05ea1174a7b742475bc3e010ae154f (patch) | |
| tree | 8ef19f698f43ae0bd99e764f6726e4d5c0bb8a73 | |
| parent | 6682d070c391f8c09d561dde67e49733a2377681 (diff) | |
added font_startup
| -rw-r--r-- | openbox/openbox.c | 1 |
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(); |
