server: process fb update requests in fb update request message handler

Otherwise, the client won't get the initial frame
fb-api-v3
Andri Yngvason 2021-09-04 16:46:48 +00:00
parent e16a64a67d
commit 41c9ebe960
1 changed files with 2 additions and 0 deletions

View File

@ -633,6 +633,8 @@ static int on_client_fb_update_request(struct nvnc_client* client)
if (fn)
fn(client, incremental, x, y, width, height);
process_fb_update_requests(client);
return sizeof(*msg);
}