summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-06-28 12:24:07 +0200
committerMarge Bot <emma+marge@anholt.net>2024-09-01 22:06:50 +0000
commit5eca51a5d2063d090c27e5a734222f8c572da12f (patch)
treeccca86315557058080f9636577f57a2feb58bc25 /miext
parent6809621985349e38e19f4846853f7d70d2d21254 (diff)
dix: unexport StoreColors()
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 'miext')
-rw-r--r--miext/rootless/rootlessScreen.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/miext/rootless/rootlessScreen.c b/miext/rootless/rootlessScreen.c
index 79fe3507b..5d9c3e597 100644
--- a/miext/rootless/rootlessScreen.c
+++ b/miext/rootless/rootlessScreen.c
@@ -33,6 +33,13 @@
#include <dix-config.h>
#endif
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <string.h>
+
+#include "dix/colormap_priv.h"
+
#include "mi.h"
#include "scrnintstr.h"
#include "gcstruct.h"
@@ -43,11 +50,6 @@
#include "picturestr.h"
#include "colormapst.h"
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
-
#include "rootlessCommon.h"
#include "rootlessWindow.h"