mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
swaybar: remove swaybar_output.input_region
No need to keep the region around, we can immediately destroy it after the wl_surface.set_input_region request.
This commit is contained in:
parent
f614f35e73
commit
dd8b6f5e68
2 changed files with 3 additions and 8 deletions
|
@ -58,7 +58,6 @@ struct swaybar_output {
|
|||
struct zxdg_output_v1 *xdg_output;
|
||||
struct wl_surface *surface;
|
||||
struct zwlr_layer_surface_v1 *layer_surface;
|
||||
struct wl_region *input_region;
|
||||
uint32_t wl_name;
|
||||
|
||||
struct wl_list workspaces; // swaybar_workspace::link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue