mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
fix compiler warning about xnestRecolorCursor() not being defined
This commit is contained in:
@@ -29,6 +29,7 @@ typedef struct {
|
||||
|
||||
Bool xnestRealizeCursor(ScreenPtr pScreen, CursorPtr pCursor);
|
||||
Bool xnestUnrealizeCursor(ScreenPtr pScreen, CursorPtr pCursor);
|
||||
void xnestRecolorCursor(ScreenPtr pScreen, CursorPtr pCursor, Bool displayed);
|
||||
void xnestSetCursor (ScreenPtr pScreen, CursorPtr pCursor, int x, int y);
|
||||
void xnestMoveCursor (ScreenPtr pScreen, int x, int y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user