From 00960995a291c32d56bf3ab1eeae4e24af54be5c Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Sun, 18 May 2003 23:36:13 +0000 Subject: Added a fifo_menu plugin --- openbox/menu.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox') 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)); -- cgit v1.2.3