aboutsummaryrefslogtreecommitdiff
path: root/include/swaybar/tray/tray.h
diff options
context:
space:
mode:
authorIan Fan <ianfan0@gmail.com>2018-12-07 12:33:45 +0000
committerIan Fan <ianfan0@gmail.com>2018-12-31 20:40:18 +0000
commite6cb55e2f8176b0ea8a6dbf15c728c56d8b74056 (patch)
tree5de223965d04be7bf2835e0ca391426185494261 /include/swaybar/tray/tray.h
parent746600e6ed562db9395ac790b7749624006d80ad (diff)
swaybar: add StatusNotifierHost to tray
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 @@
#endif
#include <cairo.h>
#include <stdint.h>
+#include "swaybar/tray/host.h"
#include "list.h"
struct swaybar;
@@ -21,6 +22,9 @@ struct swaybar_tray {
int fd;
sd_bus *bus;
+ struct swaybar_host host_xdg;
+ struct swaybar_host host_kde;
+ list_t *items; // char *
struct swaybar_watcher *watcher_xdg;
struct swaybar_watcher *watcher_kde;