From c7319608344b46b681cf5c0dd20e203ffb3eedd5 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 1ee12c4a5..56d891456 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/osdep.h" #include "os/xserver_poll.h"