mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(submit/cursor-api) dix: unexport cursor refcounting functions
These aren't used externally (drivers/modules), thus no need to export them. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -65,10 +65,6 @@ typedef struct _CursorMetric *CursorMetricPtr;
|
||||
extern _X_EXPORT int FreeCursor(void *pCurs,
|
||||
XID cid);
|
||||
|
||||
extern _X_EXPORT CursorPtr RefCursor(CursorPtr /* cursor */);
|
||||
extern _X_EXPORT CursorPtr UnrefCursor(CursorPtr /* cursor */);
|
||||
extern _X_EXPORT int CursorRefCount(const CursorPtr /* cursor */);
|
||||
|
||||
extern _X_EXPORT int AllocARGBCursor(unsigned char * /*psrcbits */ ,
|
||||
unsigned char * /*pmaskbits */ ,
|
||||
CARD32 * /*argb */ ,
|
||||
|
||||
Reference in New Issue
Block a user