From c57432ef5575cc4cf4696789944907b6eb4c93b1 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 19:18:10 +0200 Subject: [PATCH] (submit/miext-extinit) Xext: saver: unexport noScreenSaverExtension This field isn't used by any drivers, and also better belongs into the corresponding extension instead of OS adaption layer. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xwayland/xwayland-screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/xwayland-screen.c b/hw/xwayland/xwayland-screen.c index cdf3b4e0c..63e6abc0e 100644 --- a/hw/xwayland/xwayland-screen.c +++ b/hw/xwayland/xwayland-screen.c @@ -39,6 +39,7 @@ #include "dix/input_priv.h" #include "dix/property_priv.h" +#include "include/extinit_priv.h" #include "os/client_priv.h" #include "os/osdep.h" #include "os/xserver_poll.h"