Browse Source

LastRect was documented incorrectly.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2401 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v0.0.90
Constantin Kaplinsky 16 years ago
parent
commit
10deeaf1cf
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      doc/rfbtight.tex

+ 2
- 5
doc/rfbtight.tex View File

@@ -333,12 +333,9 @@ pseudo-rectangles (less than 0xFFFF). Finally, it sends
\typestr{LastRect} pseudo-rectangle which marks the end of current
\typestr{FramebufferUpdate} message.

\typestr{LastRect} pseudo-encoding is special -- it does not include
The fields
\typestr{x-position}, \typestr{y-position}, \typestr{width} and
\typestr{height} fields, and is not followed by any other data as
well. Only 4 bytes is sent in \typestr{LastRect}, while other
encodings and pseudo-encodings normally send 12 bytes as a rectangle
header.
\typestr{height} are not used and should be filled with zero values.

To enable this pseudo-encoding, the client specifies
\typestr{LastRect} in the \typestr{SetEncodings} message. From that

Loading…
Cancel
Save