summaryrefslogtreecommitdiffstats
path: root/libvncclient
diff options
context:
space:
mode:
authorChristian Beier <cb@shoutrlabs.com>2015-12-03 19:20:02 +0100
committerChristian Beier <cb@shoutrlabs.com>2015-12-03 19:20:02 +0100
commit4665af4950023c194453fe7517dbe06ee811ea15 (patch)
tree5ebf24148c9a5cedada57e993b4029f52c5e00b7 /libvncclient
parent228a75fe3a61794d5a153598c6046a57f52fc22d (diff)
downloadlibtdevnc-4665af4950023c194453fe7517dbe06ee811ea15.tar.gz
libtdevnc-4665af4950023c194453fe7517dbe06ee811ea15.zip
Properly document HandleCursorShape and GotCursorShapeProc.
Diffstat (limited to 'libvncclient')
-rw-r--r--libvncclient/cursor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libvncclient/cursor.c b/libvncclient/cursor.c
index a48d7c5..67f4572 100644
--- a/libvncclient/cursor.c
+++ b/libvncclient/cursor.c
@@ -37,12 +37,6 @@
<< client->format.blueShift)
-/*********************************************************************
- * HandleCursorShape(). Support for XCursor and RichCursor shape
- * updates. We emulate cursor operating on the frame buffer (that is
- * why we call it "software cursor").
- ********************************************************************/
-
rfbBool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int height, uint32_t enc)
{
int bytesPerPixel;