From 7ce67a99bc0fb5f43649d414803d305666632d4e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 28 Jun 2024 10:49:14 +0200 Subject: dix: unexport CreateColormap() Not used by any driver/module, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/xnest/Color.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hw/xnest') diff --git a/hw/xnest/Color.c b/hw/xnest/Color.c index 06b384539..37c960141 100644 --- a/hw/xnest/Color.c +++ b/hw/xnest/Color.c @@ -20,6 +20,8 @@ is" without express or implied warranty. #include #include +#include "dix/colormap_priv.h" + #include "scrnintstr.h" #include "window.h" #include "windowstr.h" -- cgit v1.2.3