diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-15 18:29:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-15 18:29:55 +0000 |
| commit | 0e28a07e3d6677aa6af9ad97fbc55f8101f3fdf2 (patch) | |
| tree | e180e7b7162d9d75e7e307bd236784730547cf74 /openbox/openbox.c | |
| parent | 1c3689d0c725202eba7191d32480aa2cc3addfea (diff) | |
start of showing/rendering menus. woot!
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 134070ad..611094ad 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -1,5 +1,6 @@ #include "openbox.h" #include "event.h" +#include "menu.h" #include "client.h" #include "dispatch.h" #include "xerror.h" @@ -178,6 +179,7 @@ int main(int argc, char **argv) g_free(theme); if (!theme) return 1; + menu_startup(); frame_startup(); focus_startup(); screen_startup(); @@ -203,6 +205,7 @@ int main(int argc, char **argv) screen_shutdown(); focus_shutdown(); frame_shutdown(); + menu_shutdown(); grab_shutdown(); event_shutdown(); theme_shutdown(); |
