1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 00:18:36 +00:00

Corrected the documentation of krfb/krdc's RFB extension. Updated TODO file.

svn path=/trunk/kdenetwork/krfb/; revision=186422
This commit is contained in:
Tim Jansen 2002-10-29 19:26:08 +00:00
parent ec87b98c83
commit 8b74e8bf11
2 changed files with 10 additions and 7 deletions

3
TODO
View File

@ -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

View File

@ -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.
*/