aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-03-14 17:48:39 +0100
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2022-03-14 13:01:29 -0400
commitdd8b6f5e68b0a4c1251fc9fdec30aa145b75636f (patch)
tree3d42ddb6774edbd2ee12500895f99946fadb063d /include
parentReplace pcre with pcre2 (diff)
downloadsway-dd8b6f5e68b0a4c1251fc9fdec30aa145b75636f.tar.gz
sway-dd8b6f5e68b0a4c1251fc9fdec30aa145b75636f.tar.zst
sway-dd8b6f5e68b0a4c1251fc9fdec30aa145b75636f.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/swaybar/bar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 545a66a8..3ad0bdf3 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -58,7 +58,6 @@ struct swaybar_output {
58 struct zxdg_output_v1 *xdg_output; 58 struct zxdg_output_v1 *xdg_output;
59 struct wl_surface *surface; 59 struct wl_surface *surface;
60 struct zwlr_layer_surface_v1 *layer_surface; 60 struct zwlr_layer_surface_v1 *layer_surface;
61 struct wl_region *input_region;
62 uint32_t wl_name; 61 uint32_t wl_name;
63 62
64 struct wl_list workspaces; // swaybar_workspace::link 63 struct wl_list workspaces; // swaybar_workspace::link