summaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/VNCServerST.h')
-rw-r--r--common/rfb/VNCServerST.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h
index eff52d07..54443e1f 100644
--- a/common/rfb/VNCServerST.h
+++ b/common/rfb/VNCServerST.h
@@ -125,6 +125,10 @@ namespace rfb {
void pointerEvent(VNCSConnectionST* client, const Point& pos, int buttonMask);
void clientCutText(const char* str, int len);
+ unsigned int setDesktopSize(VNCSConnectionST* requester,
+ int fb_width, int fb_height,
+ const ScreenSet& layout);
+
// closeClients() closes all RFB sessions, except the specified one (if
// any), and logs the specified reason for closure.
void closeClients(const char* reason, network::Socket* sock);
@@ -204,8 +208,6 @@ namespace rfb {
Region getPendingRegion();
const RenderedCursor* getRenderedCursor();
- void notifyScreenLayoutChange(VNCSConnectionST *requester);
-
bool getComparerState();
KeyRemapper* keyRemapper;