From e8448cdae9edc59661da2719725ffb4d448e68ec Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 7 Feb 2025 17:16:49 +0100 Subject: [PATCH] FIXME (submit/miext-extinit) dpms: unexport noDPMSExtension field 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/xnest/Args.c | 1 - os/utils.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xnest/Args.c b/hw/xnest/Args.c index cf8c82ac2..94f52764c 100644 --- a/hw/xnest/Args.c +++ b/hw/xnest/Args.c @@ -25,7 +25,6 @@ is" without express or implied warranty. #include "misc.h" #include "scrnintstr.h" #include "servermd.h" -#include "extinit.h" #include "xnest-xcb.h" diff --git a/os/utils.c b/os/utils.c index f0b706b8d..754e5c7f4 100644 --- a/os/utils.c +++ b/os/utils.c @@ -105,6 +105,7 @@ __stdcall unsigned long GetTickCount(void); #include "dix/dix_priv.h" #include "dix/input_priv.h" +#include "include/extinit_priv.h" #include "os/auth.h" #include "os/cmdline.h" #include "os/ddx_priv.h"