diff options
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Cursor.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Cursor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Cursor.c b/nx-X11/programs/Xserver/hw/nxagent/Cursor.c index 1db26b7ec..a67115cec 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Cursor.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Cursor.c @@ -392,7 +392,7 @@ void nxagentReconnectCursor(void * p0, XID x1, void * p2) * The parameter is ignored at the moment. */ -void nxagentReDisplayCurrentCursor() +void nxagentReDisplayCurrentCursor(void) { CursorPtr pCursor = GetSpriteCursor(); @@ -518,7 +518,7 @@ void nxagentDisconnectCursor(void * p0, XID x1, void * p2) } } -Bool nxagentDisconnectAllCursor() +Bool nxagentDisconnectAllCursor(void) { int i; Bool r = True; |