mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(submit/cursor-api) dix: unexport ServerBitsFromGlyph()
This function isn't used by external modules/drivers, so no need to export it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -65,11 +65,6 @@ typedef struct _CursorMetric *CursorMetricPtr;
|
||||
extern _X_EXPORT int FreeCursor(void *pCurs,
|
||||
XID cid);
|
||||
|
||||
extern _X_EXPORT int ServerBitsFromGlyph(FontPtr /*pfont */ ,
|
||||
unsigned int /*ch */ ,
|
||||
CursorMetricPtr /*cm */ ,
|
||||
unsigned char ** /*ppbits */ );
|
||||
|
||||
extern _X_EXPORT Bool CursorMetricsFromGlyph(FontPtr /*pfont */ ,
|
||||
unsigned /*ch */ ,
|
||||
CursorMetricPtr /*cm */ );
|
||||
|
||||
Reference in New Issue
Block a user