summaryrefslogtreecommitdiff
path: root/hw/xnest
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-06-28 10:49:14 +0200
committerMarge Bot <emma+marge@anholt.net>2024-09-01 22:06:49 +0000
commit7ce67a99bc0fb5f43649d414803d305666632d4e (patch)
tree7dd2ec511ca7001530ebd3a59db1f7422cbc51e8 /hw/xnest
parenta66f99515ae81c2ea04242267f6c23249c9f08b4 (diff)
dix: unexport CreateColormap()
Not used by any driver/module, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1581>
Diffstat (limited to 'hw/xnest')
-rw-r--r--hw/xnest/Color.c2
1 files changed, 2 insertions, 0 deletions
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 <X11/Xdefs.h>
#include <X11/Xproto.h>
+#include "dix/colormap_priv.h"
+
#include "scrnintstr.h"
#include "window.h"
#include "windowstr.h"