server: process fb update requests in fb update request message handler
Otherwise, the client won't get the initial framefb-api-v3
parent
e16a64a67d
commit
41c9ebe960
|
@ -633,6 +633,8 @@ static int on_client_fb_update_request(struct nvnc_client* client)
|
||||||
if (fn)
|
if (fn)
|
||||||
fn(client, incremental, x, y, width, height);
|
fn(client, incremental, x, y, width, height);
|
||||||
|
|
||||||
|
process_fb_update_requests(client);
|
||||||
|
|
||||||
return sizeof(*msg);
|
return sizeof(*msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue