From 8b74e8bf11b07cfc4ff233d134ab1c4bebab11cf Mon Sep 17 00:00:00 2001 From: Tim Jansen Date: Tue, 29 Oct 2002 19:26:08 +0000 Subject: [PATCH] Corrected the documentation of krfb/krdc's RFB extension. Updated TODO file. svn path=/trunk/kdenetwork/krfb/; revision=186422 --- TODO | 3 +++ libvncserver/rfbproto.h | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index da97ca9..223b74c 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,9 @@ For 3.1: (documentation) For 3.2: +- set desktop name (username@hostname) +- apply multi-desktop patch +- trayicon mouse-over text - configurable slp lifetime in kinetd - slp registration refresh in kinetd when lifetime expired - when krfb is started with URL arguments and without connection diff --git a/libvncserver/rfbproto.h b/libvncserver/rfbproto.h index 5188000..6b4fb35 100644 --- a/libvncserver/rfbproto.h +++ b/libvncserver/rfbproto.h @@ -563,17 +563,17 @@ typedef struct { * of the remote cursor. It has two sub-messages: SetImage is used to upload * one of 16 images, and Move selects the image and sets the position of the * cursor. - * Each SoftCursor message starts with a CARD8. If it is in the 0-63 range - * it specifies the image of the cursor and is followed by the + * Each SoftCursor message starts with a CARD8. If it is in the 0-15 range + * it specifies the number of the cursor image and is followed by the * rfbSoftCursorMove message. If the given cursor has not been set yet the - * message will be ignored. If the first CARD8 is in the 128-191 range it + * message will be ignored. If the first CARD8 is in the 128-143 range it * specifies the cursor that will be set in the following - * rfbSoftCursorSetImage message. To hide the cursor send a SetCursor + * rfbSoftCursorSetImage message. To hide the cursor send a SetImage * message with width and height 0 and imageLength 0. - * SetImage transports the hotspot coordinates in the x/y fields of the - * rfbFramebufferUpdateRectHeader, width and height of the image in the + * SetImage transmits the hotspot coordinates in the x/y fields of the + * rfbFramebufferUpdateRectHeader, width and height of the image are in the * header's width and height fields. - * Move transports the pointer coordinates in the w/h fields of the + * Move transmits the pointer coordinates in the w/h fields of the * header, x/y are always 0. */