diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-20 12:59:05 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-20 12:59:05 +0000 |
commit | c5e25601d923169c30b656246ac503451f04e638 (patch) | |
tree | 81b57e582d71eb826f0304047b02d16600a09612 /common/rfb/VNCSConnectionST.h | |
parent | 2a8017db1007977e5353027a9b885495fa7d46d6 (diff) | |
download | tigervnc-c5e25601d923169c30b656246ac503451f04e638.tar.gz tigervnc-c5e25601d923169c30b656246ac503451f04e638.zip |
Minimal server side implementation of the extended desktop size protocol.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3698 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/VNCSConnectionST.h')
-rw-r--r-- | common/rfb/VNCSConnectionST.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h index 2121150d..d5c7a36b 100644 --- a/common/rfb/VNCSConnectionST.h +++ b/common/rfb/VNCSConnectionST.h @@ -1,4 +1,5 @@ /* Copyright (C) 2002-2005 RealVNC Ltd. All Rights Reserved. + * Copyright 2009 Pierre Ossman for Cendio AB * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -124,6 +125,7 @@ namespace rfb { virtual void keyEvent(rdr::U32 key, bool down); virtual void clientCutText(const char* str, int len); virtual void framebufferUpdateRequest(const Rect& r, bool incremental); + virtual void setDesktopSize(int fb_width, int fb_height); virtual void setInitialColourMap(); virtual void supportsLocalCursor(); |