diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-18 23:36:13 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-18 23:36:13 +0000 |
| commit | 00960995a291c32d56bf3ab1eeae4e24af54be5c (patch) | |
| tree | 0d5d5840d516e7f2b76b0fdd0179e438a3ad6af3 /openbox | |
| parent | ad4c3aad45d21b3f0c0b69cd8b532f775c5e5223 (diff) | |
Added a fifo_menu plugin
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/menu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/menu.c b/openbox/menu.c index 3373616f..98f5fed1 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -97,6 +97,11 @@ void menu_startup() menu_add_entry(t, menu_entry_new("xeyes", a)); menu_add_entry(m, menu_entry_new_submenu("timed", t)); } + + t = (Menu *)plugin_create("fifo_menu"); + if (t) { + menu_add_entry(m, menu_entry_new_submenu("fifo", t)); + } s = menu_new("empty", "chub", m); menu_add_entry(m, menu_entry_new_submenu("empty", s)); |
