diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2007-09-03 04:23:48 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2007-09-03 04:23:48 +0000 |
commit | d7c0a6d4adf9bede1722f2f6bbbb440ecd31d692 (patch) | |
tree | e25b0b3736f2102435282136cd9cdd1ac7f9144a /common/rfb/VNCServerST.h | |
parent | 560ded4e568b23812d0198041663d2c4967bbb32 (diff) | |
download | tigervnc-d7c0a6d4adf9bede1722f2f6bbbb440ecd31d692.tar.gz tigervnc-d7c0a6d4adf9bede1722f2f6bbbb440ecd31d692.zip |
Sending updates for "video area".
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2331 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/VNCServerST.h')
-rw-r--r-- | common/rfb/VNCServerST.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h index 37b75eaf..fad8cb93 100644 --- a/common/rfb/VNCServerST.h +++ b/common/rfb/VNCServerST.h @@ -79,6 +79,7 @@ namespace rfb { // Methods overridden from VNCServer virtual void setPixelBuffer(PixelBuffer* pb); + virtual PixelBuffer* getPixelBuffer() const { return pb; } virtual void setColourMapEntries(int firstColour=0, int nColours=0); virtual void serverCutText(const char* str, int len); virtual void add_changed(const Region ®ion); |