aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar/bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r--include/swaybar/bar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 84619237..10984ab0 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -31,11 +31,8 @@ struct swaybar {
31 struct zwlr_layer_shell_v1 *layer_shell; 31 struct zwlr_layer_shell_v1 *layer_shell;
32 struct zxdg_output_manager_v1 *xdg_output_manager; 32 struct zxdg_output_manager_v1 *xdg_output_manager;
33 struct wl_shm *shm; 33 struct wl_shm *shm;
34 struct wl_seat *seat;
35 34
36 struct swaybar_config *config; 35 struct swaybar_config *config;
37 struct swaybar_pointer pointer;
38 struct swaybar_touch touch;
39 struct status_line *status; 36 struct status_line *status;
40 37
41 struct loop *eventloop; 38 struct loop *eventloop;
@@ -44,6 +41,7 @@ struct swaybar {
44 int ipc_socketfd; 41 int ipc_socketfd;
45 42
46 struct wl_list outputs; // swaybar_output::link 43 struct wl_list outputs; // swaybar_output::link
44 struct wl_list seats; // swaybar_seat::link
47 45
48#if HAVE_TRAY 46#if HAVE_TRAY
49 struct swaybar_tray *tray; 47 struct swaybar_tray *tray;