From 76cdf2f8386a57a99c8b143a88cee9cec99275b9 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 19:18:10 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xwayland/xwayland-screen.c b/hw/xwayland/xwayland-screen.c index 8b7fe93af..aae836550 100644 --- a/hw/xwayland/xwayland-screen.c +++ b/hw/xwayland/xwayland-screen.c @@ -41,11 +41,11 @@ #include "dix/input_priv.h" #include "dix/property_priv.h" #include "dix/screen_hooks_priv.h" +#include "include/extinit_priv.h" #include "os/client_priv.h" #include "os/osdep.h" #include "os/xserver_poll.h" -#include "extinit_priv.h" #include #include #include