From 44df5e9d002eb1375b39c74a7af4039084428a70 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 fbf91c3c1..6270adae7 100644 --- a/os/utils.c +++ b/os/utils.c @@ -106,6 +106,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/bug_priv.h" #include "os/cmdline.h"