aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar/bar.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-05 16:09:41 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-05 16:09:41 -0400
commit268c68b41707a664e5059699c720f000f20e2276 (patch)
tree523748eb922a50f9e74a485b86f445f8bc759464 /include/swaybar/bar.h
parentAdd -Wno-unused-result (diff)
parentHandle output removal on swaybar (diff)
downloadsway-268c68b41707a664e5059699c720f000f20e2276.tar.gz
sway-268c68b41707a664e5059699c720f000f20e2276.tar.zst
sway-268c68b41707a664e5059699c720f000f20e2276.zip
Merge pull request #1745 from swaywm/swaybar-hotplugging
Handle output removal on swaybar
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r--include/swaybar/bar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 503b961c..0037190b 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -49,6 +49,7 @@ struct swaybar_output {
49 struct wl_output *output; 49 struct wl_output *output;
50 struct wl_surface *surface; 50 struct wl_surface *surface;
51 struct zwlr_layer_surface_v1 *layer_surface; 51 struct zwlr_layer_surface_v1 *layer_surface;
52 uint32_t wl_name;
52 53
53 struct wl_list workspaces; 54 struct wl_list workspaces;
54 struct wl_list hotspots; 55 struct wl_list hotspots;