From c39e0789686690c534996ee60e0914bd88631c4e Mon Sep 17 00:00:00 2001 From: Peter Åstrand Date: Thu, 15 Jan 2009 12:21:42 +0000 Subject: Implemented support for DesktopName pseudo encoding, which allows updating the desktop name on the fly. Tested in ThinLinc since 2008-01-07. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3549 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/CMsgReader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/rfb/CMsgReader.h') diff --git a/common/rfb/CMsgReader.h b/common/rfb/CMsgReader.h index 7a611fc8..ebf69da1 100644 --- a/common/rfb/CMsgReader.h +++ b/common/rfb/CMsgReader.h @@ -60,6 +60,7 @@ namespace rfb { virtual void readCopyRect(const Rect& r); virtual void readSetCursor(int width, int height, const Point& hotspot); + virtual void readSetDesktopName(int x, int y, int w, int h); CMsgReader(CMsgHandler* handler, rdr::InStream* is); -- cgit v1.2.3