summaryrefslogtreecommitdiffstats
path: root/src/client/vnc/vncthread.cpp
diff options
context:
space:
mode:
authorsr2013-02-06 20:33:54 +0100
committersr2013-02-06 20:33:54 +0100
commitb20bdd9202dd07871f765a320343377f86e4d5ca (patch)
treeaef62048c64ddfc805b8216fd973b2c73e793532 /src/client/vnc/vncthread.cpp
parent[SERVER] Get "stop projection" right (diff)
downloadpvs2-b20bdd9202dd07871f765a320343377f86e4d5ca.tar.gz
pvs2-b20bdd9202dd07871f765a320343377f86e4d5ca.tar.xz
pvs2-b20bdd9202dd07871f765a320343377f86e4d5ca.zip
[CLIENT] Request full screen update from VNC server after the frame buffer has been set up
Diffstat (limited to 'src/client/vnc/vncthread.cpp')
-rw-r--r--src/client/vnc/vncthread.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/vnc/vncthread.cpp b/src/client/vnc/vncthread.cpp
index 492f970..86db840 100644
--- a/src/client/vnc/vncthread.cpp
+++ b/src/client/vnc/vncthread.cpp
@@ -292,6 +292,8 @@ rfbBool VncThread::frameBufferHandler(rfbClient *client)
t->calcScaling();
+ SendFramebufferUpdateRequest(client, 0, 0, width, height, false);
+
return true;
}