From 5592eab8cf1a401944721ef5cc3ce5b4c3e369dc 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xwayland/xwayland-screen.c b/hw/xwayland/xwayland-screen.c index a332bbab1..19c9261d1 100644 --- a/hw/xwayland/xwayland-screen.c +++ b/hw/xwayland/xwayland-screen.c @@ -40,11 +40,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