aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-11-23 13:08:53 +0100
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2023-11-23 16:13:19 +0300
commit128b6253a924c30e8e4fd1f09ce19e21a826c5ad (patch)
tree7aa939c599b9185cecc2562b37387367fca05fbb /include
parentAdd wlr/util/transform.h includes (diff)
downloadsway-128b6253a924c30e8e4fd1f09ce19e21a826c5ad.tar.gz
sway-128b6253a924c30e8e4fd1f09ce19e21a826c5ad.tar.zst
sway-128b6253a924c30e8e4fd1f09ce19e21a826c5ad.zip
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.h2
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 {
41 } events; 41 } events;
42}; 42};
43 43
44struct sway_root *root_create(void); 44struct sway_root *root_create(struct wl_display *display);
45 45
46void root_destroy(struct sway_root *root); 46void root_destroy(struct sway_root *root);
47 47