From 456e775f9038481d9b7813e6efdd449486f16cc1 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 15 Mar 2006 11:43:57 +0000 Subject: [PATCH] Clarify the behaviour when windows are initially created. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1125 423420c4-83ab-492f-b58f-81f9feb106b5 --- doc/seamlessrdp-channel.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/seamlessrdp-channel.txt b/doc/seamlessrdp-channel.txt index 34005c9..4d5778f 100644 --- a/doc/seamlessrdp-channel.txt +++ b/doc/seamlessrdp-channel.txt @@ -88,7 +88,8 @@ Syntax: The text is guaranteed to be stripped of control characters (< 0x20). Note that this has the same requirement as POSITION, that the title needs to -be stored for newly created windows until a STATE is sent. +be stored for newly created windows until a STATE is sent. It is however not +guaranteed that a TITLE will be sent before the first STATE. ZCHANGE @@ -115,6 +116,8 @@ State can have one of three values: 1 : Minimized. 2 : Maximized. +The initial STATE for a window will always be preceeded by one CREATE and one +POSITION. Optionally, a TITLE may also be sent before the first STATE. DEBUG ----- @@ -160,8 +163,9 @@ Request a synchronisation of window information. Syntax: SYNC, -For each window, the server will send CREATE, POSITION, TITLE and -STATE just as if the window was created. +For each window, the server will send CREATE, POSITION and STATE, in that +order, just as if the window was created. Note that a TITLE may also, +optionally, be sent before the STATE. POSITION --------