From 6903b4e52dc8709efd51fb49f4d43b559569ba3e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 10 Mar 2006 12:22:51 +0000 Subject: [PATCH] Add a field to the create command to be able to indicate child windows. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1094 423420c4-83ab-492f-b58f-81f9feb106b5 --- doc/seamlessrdp-channel.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/seamlessrdp-channel.txt b/doc/seamlessrdp-channel.txt index ccc53db..6b58389 100644 --- a/doc/seamlessrdp-channel.txt +++ b/doc/seamlessrdp-channel.txt @@ -45,7 +45,10 @@ CREATE Allocate structures for a new window. Syntax: - CREATE,, + CREATE,,, + +Indicates that a window has appeared on the server. If PARENT is non-zero then +the new window is a child of that window (it's transient for it). Note that very little information is included in this message. Things like title and state will come in subsequent messages. This message should only