LastRect was documented incorrectly.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2401 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/doc/rfbtight.tex b/doc/rfbtight.tex
index ae8a956..088ab60 100644
--- a/doc/rfbtight.tex
+++ b/doc/rfbtight.tex
@@ -333,12 +333,9 @@
\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