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:
b5b5fa3
)
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>
Sun, 5 Aug 2007 11:08:23 +0000
(13:08 +0200)
openbox/client_menu.c
patch
|
blob
|
history
diff --git
a/openbox/client_menu.c
b/openbox/client_menu.c
index 203d93aca1a381b161385feda9edc82e4d0e2b31..3935d926ef6c3846e9a10a41bee968e1c1dff2ca 100644
(file)
--- a/
openbox/client_menu.c
+++ b/
openbox/client_menu.c
@@
-413,6
+413,8
@@
void client_menu_startup()
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);