Protocol extension for changing desktop name on the fly
Peter Rosin
peda "at" lysator.liu.se
Mon Jan 7 18:49:01 2008
On Mon, Jan 07, 2008 at 05:02:25PM +0100, Peter Estrand wrote:
> Number Name
> -306 DesktopName pseudo-encoding
Bzzzt -307 :-)
> Here's the description:
>
> "A client which requests the DesktopName pseudo-encoding is declaring that
> it is capable of coping with a change of the desktop name. The server
> changes the desktop name by sending a pseudo-rectangle with the
> DesktopName pseudo-encoding in an update. The pseudo-rectangle's
> x-position, y-position, width, and height must be zero. After the
> rectangle header, a string with the new name follows. "
There are more than one popular way to encode strings, which one have
you selected? U32 name-length followed by U8-array name-string as in
the ServerInitialisation message?
Cheers,
Peter