summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-06-28 11:34:23 +0200
committerMarge Bot <emma+marge@anholt.net>2024-09-01 22:06:49 +0000
commitb48e4a9cb71c0857d296956c420d50a1330c93e9 (patch)
tree9b572d4611ba7bbd96ff7217a7e9bfdb697f8f2a /include
parent3874fced3171723fda32d85354fc253d4a3918d2 (diff)
dix: unexport AllocColor()
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 'include')
-rw-r--r--include/colormap.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/colormap.h b/include/colormap.h
index c24b54b12..5279998f8 100644
--- a/include/colormap.h
+++ b/include/colormap.h
@@ -74,13 +74,6 @@ typedef CARD32 Pixel;
/* moved to screenint.h: typedef struct _ColormapRec *ColormapPtr */
typedef struct _colorResource *colorResourcePtr;
-extern _X_EXPORT int AllocColor(ColormapPtr /*pmap */ ,
- unsigned short * /*pred */ ,
- unsigned short * /*pgreen */ ,
- unsigned short * /*pblue */ ,
- Pixel * /*pPix */ ,
- int /*client */ );
-
extern _X_EXPORT void FakeAllocColor(ColormapPtr /*pmap */ ,
xColorItem * /*item */ );