diff options
author | Simon Ser <contact@emersion.fr> | 2023-11-23 13:08:53 +0100 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2023-11-23 16:13:19 +0300 |
commit | 128b6253a924c30e8e4fd1f09ce19e21a826c5ad (patch) | |
tree | 7aa939c599b9185cecc2562b37387367fca05fbb /include | |
parent | fd6d6f1d97deea2fc94aaeb58c85c99a498d905b (diff) |
Pass wl_display to wlr_output_layout
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4310
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/tree/root.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/root.h b/include/sway/tree/root.h index a2c088e7..b3dda12f 100644 --- a/include/sway/tree/root.h +++ b/include/sway/tree/root.h @@ -41,7 +41,7 @@ struct sway_root { } events; }; -struct sway_root *root_create(void); +struct sway_root *root_create(struct wl_display *display); void root_destroy(struct sway_root *root); |