projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6682d07
)
added font_startup
author
Derek Foreman
<manmower@gmail.com>
Sun, 16 Mar 2003 22:35:55 +0000
(22:35 +0000)
committer
Derek Foreman
<manmower@gmail.com>
Sun, 16 Mar 2003 22:35:55 +0000
(22:35 +0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index bd7585ad296d3c341e1c85f3ec4318fc8368135f..7a0cfbb9e39a5db6c448210f41536c29d2347c65 100644
(file)
--- 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();