mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
dix: drop unused args from CreateRootCursor()
The args have become dummies almost two decades ago, so no need
to keep them any longer.
Fixes: 0afeb0241a
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1522>
This commit is contained in:
committed by
Marge Bot
parent
27babe0334
commit
4a27ff7a1a
@@ -99,8 +99,7 @@ extern _X_EXPORT int AllocGlyphCursor(Font /*source */ ,
|
||||
ClientPtr /*client */ ,
|
||||
XID /*cid */ );
|
||||
|
||||
extern _X_EXPORT CursorPtr CreateRootCursor(char * /*pfilename */ ,
|
||||
unsigned int /*glyph */ );
|
||||
extern _X_EXPORT CursorPtr CreateRootCursor(void);
|
||||
|
||||
extern _X_EXPORT int ServerBitsFromGlyph(FontPtr /*pfont */ ,
|
||||
unsigned int /*ch */ ,
|
||||
|
||||
Reference in New Issue
Block a user