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:
d719ff2
)
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@gmail.com>
Sat, 11 Oct 2014 00:17:20 +0000
(
02:17
+0200)
openbox/client_menu.c
patch
|
blob
|
history
diff --git
a/openbox/client_menu.c
b/openbox/client_menu.c
index c6cdd63557d56a2506fb789ce1e20538d12d8e42..652552ef81d32a5083d81bf3a6c340a5e8ec188a 100644
(file)
--- a/
openbox/client_menu.c
+++ b/
openbox/client_menu.c
@@
-413,6
+413,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);