summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-07-15 10:11:47 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-07-15 10:11:47 -0600
commit0bb1a1cc5c31b8375d3c64a50e7ada57994fd2a2 (patch)
tree1364b105baa41c36c8b4b8163ab5be1cb6670bcb
parentaecff8cb261a7189bee41a8cf1f6224a1a1f4ab1 (diff)
increase wl_compositor version
Now scene will handle sending the preferred buffer scale References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4269
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 11bc510..fcd3612 100644
--- a/dwl.c
+++ b/dwl.c
@@ -2191,7 +2191,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, 5, drw);
+ compositor = wlr_compositor_create(dpy, 6, drw);
wlr_export_dmabuf_manager_v1_create(dpy);
wlr_screencopy_manager_v1_create(dpy);
wlr_data_control_manager_v1_create(dpy);