diff options
| author | Christian Beier <cb@shoutrlabs.com> | 2015-12-03 19:20:02 +0100 |
|---|---|---|
| committer | Christian Beier <cb@shoutrlabs.com> | 2015-12-03 19:20:02 +0100 |
| commit | 4665af4950023c194453fe7517dbe06ee811ea15 (patch) | |
| tree | 5ebf24148c9a5cedada57e993b4029f52c5e00b7 /libvncclient | |
| parent | 228a75fe3a61794d5a153598c6046a57f52fc22d (diff) | |
| download | libtdevnc-4665af4950023c194453fe7517dbe06ee811ea15.tar.gz libtdevnc-4665af4950023c194453fe7517dbe06ee811ea15.zip | |
Properly document HandleCursorShape and GotCursorShapeProc.
Diffstat (limited to 'libvncclient')
| -rw-r--r-- | libvncclient/cursor.c | 6 |
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; |
