projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c7fa7
)
Add toggle decor action to client menu
author
Scott Moynes
<smoynes@nexus.carleton.ca>
Fri, 23 May 2003 00:58:45 +0000
(
00:58
+0000)
committer
Scott Moynes
<smoynes@nexus.carleton.ca>
Fri, 23 May 2003 00:58:45 +0000
(
00:58
+0000)
plugins/menu/client_menu.c
patch
|
blob
|
history
diff --git
a/plugins/menu/client_menu.c
b/plugins/menu/client_menu.c
index 230012d79a91ff7dcaffbb70f5eceda571b339df..b092e6a607fba659947214f34c7187e09a96371e 100644
(file)
--- a/
plugins/menu/client_menu.c
+++ b/
plugins/menu/client_menu.c
@@
-94,6
+94,8
@@
void *plugin_create() /* TODO: need config */
action_from_string("toggleshade")));
menu_add_entry(m, menu_entry_new("Omnipresent",
action_from_string("toggleomnipresent")));
+ menu_add_entry(m, menu_entry_new("Decorations",
+ action_from_string("toggledecorations")));
menu_add_entry(m, menu_entry_new_submenu("Layers",
layer_menu));
layer_menu->parent = m;