Using American english

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1091 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2006-03-10 09:20:03 +00:00
parent 63b6684562
commit 6c76781ce0

View File

@ -24,7 +24,7 @@ systems (e.g. VNC) as well.
One line may not exceed 1024 bytes, including newline. One line may not exceed 1024 bytes, including newline.
The protocol has no concept of hidden or unmapped windows. A window does not The protocol has no concept of hidden or unmapped windows. A window does not
exist unless it is visible. Note that a minimised window is an exception to exist unless it is visible. Note that a minimized window is an exception to
this rule. this rule.
Data types Data types
@ -70,7 +70,7 @@ Syntax:
POSITION,<ID>,<X>,<Y>,<WIDTH>,<HEIGHT>,<FLAGS> POSITION,<ID>,<X>,<Y>,<WIDTH>,<HEIGHT>,<FLAGS>
If the window isn't visible yet (because a If the window isn't visible yet (because a
STATE hasn't been set or because it's minimised), you must store the position STATE hasn't been set or because it's minimized), you must store the position
and size. A new POSITION is not guaranteed to be sent when the window changes and size. A new POSITION is not guaranteed to be sent when the window changes
state. state.
@ -109,8 +109,8 @@ Syntax:
State can have one of three values: State can have one of three values:
0 : "Normal" window. 0 : "Normal" window.
1 : Minimised. 1 : Minimized.
2 : Maximised. 2 : Maximized.
DEBUG DEBUG