diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-01-30 09:32:17 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-01-30 09:32:17 +0000 |
| commit | f43067b77244cc002c5bc5bec0676ae213164724 (patch) | |
| tree | e3e5e574a5b816138e6ed35ace7c6bd95c30de37 /openbox/menu.c | |
| parent | d3d4aa29871111737a4f6985da695c8688a05270 (diff) | |
a combined client_list_menu, use as client-list-combined-menu in your rc.xml. needs some layout tuneups
Diffstat (limited to 'openbox/menu.c')
| -rw-r--r-- | openbox/menu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index 34150391..243fc55b 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -30,6 +30,7 @@ #include "misc.h" #include "client_menu.h" #include "client_list_menu.h" +#include "client_list_combined_menu.h" #include "parser/parse.h" typedef struct _ObMenuParseState ObMenuParseState; @@ -71,6 +72,7 @@ void menu_startup(gboolean reconfig) (GDestroyNotify)menu_destroy_hash_value); client_list_menu_startup(reconfig); + client_list_combined_menu_startup(reconfig); client_menu_startup(); menu_parse_inst = parse_startup(); @@ -112,6 +114,7 @@ void menu_shutdown(gboolean reconfig) menu_parse_inst = NULL; client_list_menu_shutdown(reconfig); + client_list_combined_menu_shutdown(reconfig); menu_frame_hide_all(); g_hash_table_destroy(menu_hash); |
