dix: unexport cursor allocation functions

These functions aren't used by external modules, so no need to export them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1345>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-29 12:31:22 +01:00
committed by Marge Bot
parent 4aadbeb8aa
commit 24f3c4a508
4 changed files with 37 additions and 32 deletions

View File

@@ -70,36 +70,6 @@ typedef struct _CursorMetric *CursorMetricPtr;
extern _X_EXPORT int FreeCursor(void *pCurs,
XID cid);
extern _X_EXPORT int AllocARGBCursor(unsigned char * /*psrcbits */ ,
unsigned char * /*pmaskbits */ ,
CARD32 * /*argb */ ,
CursorMetricPtr /*cm */ ,
unsigned /*foreRed */ ,
unsigned /*foreGreen */ ,
unsigned /*foreBlue */ ,
unsigned /*backRed */ ,
unsigned /*backGreen */ ,
unsigned /*backBlue */ ,
CursorPtr * /*ppCurs */ ,
ClientPtr /*client */ ,
XID /*cid */ );
extern _X_EXPORT int AllocGlyphCursor(Font /*source */ ,
unsigned int /*sourceChar */ ,
Font /*mask */ ,
unsigned int /*maskChar */ ,
unsigned /*foreRed */ ,
unsigned /*foreGreen */ ,
unsigned /*foreBlue */ ,
unsigned /*backRed */ ,
unsigned /*backGreen */ ,
unsigned /*backBlue */ ,
CursorPtr * /*ppCurs */ ,
ClientPtr /*client */ ,
XID /*cid */ );
extern _X_EXPORT CursorPtr CreateRootCursor(void);
extern _X_EXPORT int ServerBitsFromGlyph(FontPtr /*pfont */ ,
unsigned int /*ch */ ,
CursorMetricPtr /*cm */ ,