From d7c0a6d4adf9bede1722f2f6bbbb440ecd31d692 Mon Sep 17 00:00:00 2001 From: Constantin Kaplinsky Date: Mon, 3 Sep 2007 04:23:48 +0000 Subject: Sending updates for "video area". git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2331 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/VNCServerST.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/rfb/VNCServerST.h') 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); -- cgit v1.2.3