]> source.dussan.org Git - tigervnc.git/commitdiff
LastRect was documented incorrectly.
authorConstantin Kaplinsky <const@tightvnc.com>
Mon, 14 Jan 2008 09:11:18 +0000 (09:11 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Mon, 14 Jan 2008 09:11:18 +0000 (09:11 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2401 3789f03b-4d11-0410-bbf8-ca57d06f2519

doc/rfbtight.tex

index ae8a9563212fe229167e26fd80b7f41128a4eb4e..088ab60ed532ca0c04a80769b6fbc4444ef08a1c 100644 (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