tAdd xdg_output_manager support - spkp - Stacking wayland compositor
(HTM) git clone git://git.z3bra.org/spkp.git
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit fcc7034367cdc8fc85d71ec1564367cf76f31310
(DIR) parent 2ca5e2f73d99654f5295056e2f76947c4b1eed64
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Fri, 13 Nov 2020 17:22:59 +0100
Add xdg_output_manager support
Diffstat:
M compositor.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/compositor.c b/compositor.c
t@@ -23,6 +23,7 @@
#include <wlr/types/wlr_screencopy_v1.h>
#include <wlr/types/wlr_xcursor_manager.h>
#include <wlr/types/wlr_xdg_decoration_v1.h>
+#include <wlr/types/wlr_xdg_output_v1.h>
#include <wlr/types/wlr_xdg_shell.h>
#include <linux/input-event-codes.h>
t@@ -1133,6 +1134,7 @@ main(int argc, char *argv[])
wlr_gamma_control_manager_v1_create(server.dpy);
wlr_screencopy_manager_v1_create(server.dpy);
wlr_primary_selection_v1_device_manager_create(server.dpy);
+ wlr_xdg_output_manager_v1_create(server.dpy, server.layout);
wlr_idle_create(server.dpy);
/*