diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2008-01-14 09:11:18 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2008-01-14 09:11:18 +0000 |
commit | 10deeaf1cf6797f39db86132792b5ee279cd7bed (patch) | |
tree | 0c4aac12dab6795e514716f92a0b6118dd500e76 /doc | |
parent | bf11a2d85d066c3385fdffb83785182fc77e1664 (diff) | |
download | tigervnc-10deeaf1cf6797f39db86132792b5ee279cd7bed.tar.gz tigervnc-10deeaf1cf6797f39db86132792b5ee279cd7bed.zip |
LastRect was documented incorrectly.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2401 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rfbtight.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/rfbtight.tex b/doc/rfbtight.tex index ae8a9563..088ab60e 100644 --- a/doc/rfbtight.tex +++ b/doc/rfbtight.tex @@ -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 |