summaryrefslogtreecommitdiffstats
path: root/common/rfb/SMsgWriter.h
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2007-08-31 15:44:12 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2007-08-31 15:44:12 +0000
commitfe6b569f07f9a768739b3a98292bcbac81b8b70c (patch)
treedf4f4952779cbd5f95a764cc8192246725136717 /common/rfb/SMsgWriter.h
parent2a491291b9b09190ef10dfd7e5f1d9fea4ce60ae (diff)
downloadtigervnc-fe6b569f07f9a768739b3a98292bcbac81b8b70c.tar.gz
tigervnc-fe6b569f07f9a768739b3a98292bcbac81b8b70c.zip
Unused function commented out.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2324 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SMsgWriter.h')
-rw-r--r--common/rfb/SMsgWriter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/rfb/SMsgWriter.h b/common/rfb/SMsgWriter.h
index ed8ad0ef..d4c5bf82 100644
--- a/common/rfb/SMsgWriter.h
+++ b/common/rfb/SMsgWriter.h
@@ -94,8 +94,13 @@ namespace rfb {
// UpdateInfo and ImageGetter. On a V3 writer this may have
// pseudo-rectangles for setDesktopSize and setCursor added to it, and so
// may invoke writeSetCursorCallback().
+ //
+ // FIXME: This functions is not used because it incorrectly computes
+ // the number of rectangles if the Tight encoder is used.
+ /*
virtual void writeFramebufferUpdate(const UpdateInfo& ui, ImageGetter* ig,
Region* updatedRegion);
+ */
// writeRects() accepts an UpdateInfo (changed & copied regions) and an
// ImageGetter to fetch pixels from. It then calls writeCopyRect() and