summaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-04-14 12:14:11 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-04-14 12:25:05 -0600
commit2d1a40caf27d15f809b301fb2e597a0937e6d298 (patch)
tree009b3b0b0744a337b43d79fff3f5f634a48d800e /dwl.c
parent733754bb0686562101e704942e1901be821c1cab (diff)
pass version to wlr_compositor_create()
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3696 Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index f94059a..e481930 100644
--- a/dwl.c
+++ b/dwl.c
@@ -2204,7 +2204,7 @@ setup(void)
* to dig your fingers in and play with their behavior if you want. Note that
* the clients cannot set the selection directly without compositor approval,
* see the setsel() function. */
- compositor = wlr_compositor_create(dpy, drw);
+ compositor = wlr_compositor_create(dpy, 5, drw);
wlr_export_dmabuf_manager_v1_create(dpy);
wlr_screencopy_manager_v1_create(dpy);
wlr_data_control_manager_v1_create(dpy);