summaryrefslogtreecommitdiff
path: root/plugins/menu/client_menu.c
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2003-05-23 00:58:45 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2003-05-23 00:58:45 +0000
commit4160963ca4f0aebb2f8bf69d0bd6ff349ac48e28 (patch)
tree572dc487788300326c643e4ef9b09f619ed6b29e /plugins/menu/client_menu.c
parent99c7fa7260bc97e16b960be3acab56b494382b76 (diff)
Add toggle decor action to client menu
Diffstat (limited to 'plugins/menu/client_menu.c')
-rw-r--r--plugins/menu/client_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/menu/client_menu.c b/plugins/menu/client_menu.c
index 230012d7..b092e6a6 100644
--- 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;