aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar/tray/tray.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swaybar/tray/tray.h')
-rw-r--r--include/swaybar/tray/tray.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/swaybar/tray/tray.h b/include/swaybar/tray/tray.h
index 8e15fb86..1d976b4a 100644
--- a/include/swaybar/tray/tray.h
+++ b/include/swaybar/tray/tray.h
@@ -9,6 +9,7 @@
9#endif 9#endif
10#include <cairo.h> 10#include <cairo.h>
11#include <stdint.h> 11#include <stdint.h>
12#include "swaybar/tray/host.h"
12#include "list.h" 13#include "list.h"
13 14
14struct swaybar; 15struct swaybar;
@@ -21,6 +22,9 @@ struct swaybar_tray {
21 int fd; 22 int fd;
22 sd_bus *bus; 23 sd_bus *bus;
23 24
25 struct swaybar_host host_xdg;
26 struct swaybar_host host_kde;
27 list_t *items; // char *
24 struct swaybar_watcher *watcher_xdg; 28 struct swaybar_watcher *watcher_xdg;
25 struct swaybar_watcher *watcher_kde; 29 struct swaybar_watcher *watcher_kde;
26 30