From 0e28a07e3d6677aa6af9ad97fbc55f8101f3fdf2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 Apr 2003 18:29:55 +0000 Subject: start of showing/rendering menus. woot! --- openbox/openbox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/openbox.c') 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(); -- cgit v1.2.3