summaryrefslogtreecommitdiffstats
path: root/include/swaybar/bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r--include/swaybar/bar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 9ff3fe7b..58e2dee6 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -8,6 +8,7 @@
8struct swaybar_config; 8struct swaybar_config;
9struct swaybar_output; 9struct swaybar_output;
10struct swaybar_workspace; 10struct swaybar_workspace;
11struct loop;
11 12
12struct swaybar_pointer { 13struct swaybar_pointer {
13 struct wl_pointer *pointer; 14 struct wl_pointer *pointer;
@@ -66,6 +67,8 @@ struct swaybar {
66 struct swaybar_pointer pointer; 67 struct swaybar_pointer pointer;
67 struct status_line *status; 68 struct status_line *status;
68 69
70 struct loop *eventloop;
71
69 int ipc_event_socketfd; 72 int ipc_event_socketfd;
70 int ipc_socketfd; 73 int ipc_socketfd;
71 74