diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-18 10:40:40 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-18 10:40:40 -0600 |
commit | e645ea8301f3d6edf14cfb36c4d663bf721d3200 (patch) | |
tree | e66e8239bbd0af8b61a78469ff9fc47eb9143b0e | |
parent | e4bf83e26d4eccfcab3d54c6ebdbcc53a90346cd (diff) |
attach presentation to scene
-rw-r--r-- | dwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1986,6 +1986,7 @@ setup(void) wl_signal_add(&output_mgr->events.test, &output_mgr_test); presentation = wlr_presentation_create(dpy, backend); + wlr_scene_set_presentation(scene, presentation); #ifdef XWAYLAND /* |