Add info about parent-less popup windows to the protocol spec.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1137 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Pierre Ossman 2006-03-15 15:11:53 +00:00
parent f4cb53875c
commit 2e0cc034a0

View File

@ -51,7 +51,9 @@ Syntax:
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).
the new window is a child of that window (it's transient for it). The special
value 0xFFFFFFFF for PARENT means that the window is a popup window without a
parent. It's commonly used for splash screens, tool tips and context menus.
Note that very little information is included in this message. Things like
title and state will come in subsequent messages. This message should only