From 3dc4dcc4ca0dee958a56f43e8a635a6d961e7ccc Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Wed, 12 Mar 2025 01:28:59 -0500 Subject: Systray patch --- systray/menu.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 systray/menu.h (limited to 'systray/menu.h') 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 +#include + +/* 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 */ -- cgit v1.2.3