projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebab9c
)
Put the client-list-menu in the client menu, just for fun. Possibly useful when there...
author
Mikael Magnusson
<mikachu@comhem.se>
Mon, 23 Jul 2007 23:40:15 +0000
(
01:40
+0200)
committer
Mikael Magnusson
<mikachu@comhem.se>
Sat, 8 Mar 2008 16:24:53 +0000
(17:24 +0100)
openbox/client_menu.c
patch
|
blob
|
history
diff --git
a/openbox/client_menu.c
b/openbox/client_menu.c
index 18f847edbd013227cce717b44ed85dce8f5c22f5..2f0713b6a22b4d9427dd0381efccfff9657314c9 100644
(file)
--- a/
openbox/client_menu.c
+++ b/
openbox/client_menu.c
@@
-410,6
+410,8
@@
void client_menu_startup(void)
menu_add_normal(menu, CLIENT_DECORATE, _("Un/_Decorate"), NULL, TRUE);
+ menu_add_separator(menu, -1, NULL);
+ menu_add_submenu(menu, 0, "client-list-menu");
menu_add_separator(menu, -1, NULL);
e = menu_add_normal(menu, CLIENT_CLOSE, _("_Close"), NULL, TRUE);