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
This commit is contained in:
Pierre Ossman 2006-03-15 11:43:57 +00:00
parent c90a9e7064
commit 456e775f90

View File

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