From 01e31f5d95c88bb554cdb5afeb32af8b1dc1df0c Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 4 Dec 2023 16:24:06 +0100 Subject: [PATCH] xwayland: Add an output name for fullscreen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a output name to the xwl_screen. This is preparation work for fullscreen rootful on a specific output, no functional change. Signed-off-by: Olivier Fourdan Acked-by: Michel Dänzer --- hw/xwayland/xwayland-screen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/xwayland-screen.h b/hw/xwayland/xwayland-screen.h index 9eaac16db..92688a7e0 100644 --- a/hw/xwayland/xwayland-screen.h +++ b/hw/xwayland/xwayland-screen.h @@ -145,6 +145,7 @@ struct xwl_screen { int libdecor_fd; struct libdecor *libdecor_context; #endif + const char *output_name; }; /* Apps which use randr/vidmode to change the mode when going fullscreen,