|
|
|
@ -1829,8 +1829,8 @@ HandleRFBServerMessage(rfbClient* client)
|
|
|
|
|
client->updateRect.x = client->updateRect.y = 0;
|
|
|
|
|
client->updateRect.w = client->width;
|
|
|
|
|
client->updateRect.h = client->height;
|
|
|
|
|
if (!client->MallocFrameBuffer(client))
|
|
|
|
|
return FALSE;
|
|
|
|
|
if (!client->MallocFrameBuffer(client))
|
|
|
|
|
return FALSE;
|
|
|
|
|
SendFramebufferUpdateRequest(client, 0, 0, rect.r.w, rect.r.h, FALSE);
|
|
|
|
|
rfbClientLog("Got new framebuffer size: %dx%d\n", rect.r.w, rect.r.h);
|
|
|
|
|
continue;
|
|
|
|
|