mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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:
committed by
Marge Bot
parent
4aadbeb8aa
commit
24f3c4a508
@@ -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 */ ,
|
||||
|
||||
Reference in New Issue
Block a user