aboutsummaryrefslogtreecommitdiff
path: root/systray/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'systray/menu.h')
-rw-r--r--systray/menu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/systray/menu.h b/systray/menu.h
new file mode 100644
index 0000000..7f48ada
--- /dev/null
+++ b/systray/menu.h
@@ -0,0 +1,11 @@
+#ifndef MENU_H
+#define MENU_H
+
+#include <dbus/dbus.h>
+#include <wayland-server-core.h>
+
+/* The menu is built on demand and not kept around */
+void menu_show (DBusConnection *conn, struct wl_event_loop *loop,
+ const char *busname, const char *busobj, const char **menucmd);
+
+#endif /* MENU_H */