diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-22 00:36:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-22 00:36:54 +0000 |
| commit | 957963e272be1fba1e06dd2bdcfa9a4348121baf (patch) | |
| tree | 03b239699cc3472652ecf63605ff4df88b80f588 /openbox/openbox.c | |
| parent | 854b2ae68498133f3119ec614b725025af3fd66b (diff) | |
1) get rid of menu titles
2) let separators have labels, when they have a label, then they will appear like a menu title used to
so if you want a menu title, you use a separator in the menu itself at the top
more style work may be needed
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index f461e402..4ad1c70a 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -276,6 +276,7 @@ gint main(gint argc, gchar **argv) keyboard_startup(reconfigure); mouse_startup(reconfigure); menu_startup(reconfigure); + menu_frame_startup(reconfigure); if (!reconfigure) { /* get all the existing windows */ @@ -305,6 +306,7 @@ gint main(gint argc, gchar **argv) client_unmanage_all(); } + menu_frame_shutdown(reconfigure); menu_shutdown(reconfigure); mouse_shutdown(reconfigure); keyboard_shutdown(reconfigure); |
