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
This commit is contained in:
Pierre Ossman 2006-03-10 12:22:51 +00:00
parent f756bec8c3
commit 6903b4e52d

View File

@ -45,7 +45,10 @@ CREATE
Allocate structures for a new window. Allocate structures for a new window.
Syntax: Syntax:
CREATE,<ID>,<FLAGS> CREATE,<ID>,<PARENT>,<FLAGS>
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 Note that very little information is included in this message. Things like
title and state will come in subsequent messages. This message should only title and state will come in subsequent messages. This message should only