mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Port swaybar tray files to 0.15 and fix compiling
This commit is contained in:
parent
d3eaf6468c
commit
a20f21281f
15 changed files with 2354 additions and 34 deletions
|
|
@ -49,7 +49,9 @@ struct swaybar_output {
|
|||
struct wl_output *output;
|
||||
struct wl_surface *surface;
|
||||
struct zwlr_layer_surface_v1 *layer_surface;
|
||||
|
||||
#ifdef ENABLE_TRAY
|
||||
struct wl_list item_refs;
|
||||
#endif
|
||||
struct wl_list workspaces;
|
||||
struct wl_list hotspots;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue