diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-05 15:39:57 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-05 15:39:57 -0400 |
| commit | 894f467511bc76a7bfdf7735bf86a70fe701c8fd (patch) | |
| tree | 523748eb922a50f9e74a485b86f445f8bc759464 /include/swaybar | |
| parent | 28c25ce04fbb511c640b1b89fee6b1b5b519f13a (diff) | |
Handle output removal on swaybar
Diffstat (limited to 'include/swaybar')
| -rw-r--r-- | include/swaybar/bar.h | 1 |
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 { struct wl_output *output; struct wl_surface *surface; struct zwlr_layer_surface_v1 *layer_surface; + uint32_t wl_name; struct wl_list workspaces; struct wl_list hotspots; |
