aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Cursor.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-01-09 21:57:43 +0100
committerUlrich Sibiller <uli42@gmx.de>2020-01-09 22:07:42 +0100
commit32b64d7d78a7986d3887c6892dd36be205897d80 (patch)
treee98274c4a250d54d0b32850d9587d663fdd12e90 /nx-X11/programs/Xserver/hw/nxagent/Cursor.h
parent33fbc6211cdc9184b1cf7a054a895dc43599afb5 (diff)
downloadnx-libs-32b64d7d78a7986d3887c6892dd36be205897d80.tar.gz
nx-libs-32b64d7d78a7986d3887c6892dd36be205897d80.tar.bz2
nx-libs-32b64d7d78a7986d3887c6892dd36be205897d80.zip
Cursor.c: drop unused return code for nxagentDisconnectAllCursor
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Cursor.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Cursor.h b/nx-X11/programs/Xserver/hw/nxagent/Cursor.h
index b115dfa38..e857834df 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Cursor.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Cursor.h
@@ -112,6 +112,6 @@ void nxagentDisconnectCursor(void * p0, XID x1, void * p2);
void nxagentReconnectCursor(void * p0, XID x1, void * p2);
void nxagentReDisplayCurrentCursor(void);
Bool nxagentReconnectAllCursor(void *p0);
-Bool nxagentDisconnectAllCursor(void);
+void nxagentDisconnectAllCursor(void);
#endif /* __Cursor_H__ */