mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 21:00:03 +01:00
fix compiler warning about xnestRecolorCursor() not being defined
This commit is contained in:
parent
cc3e99f747
commit
f059b61ab3
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ typedef struct {
|
||||||
|
|
||||||
Bool xnestRealizeCursor(ScreenPtr pScreen, CursorPtr pCursor);
|
Bool xnestRealizeCursor(ScreenPtr pScreen, CursorPtr pCursor);
|
||||||
Bool xnestUnrealizeCursor(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 xnestSetCursor (ScreenPtr pScreen, CursorPtr pCursor, int x, int y);
|
||||||
void xnestMoveCursor (ScreenPtr pScreen, int x, int y);
|
void xnestMoveCursor (ScreenPtr pScreen, int x, int y);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue