[client] spice: more fixes to video source transition

This commit is contained in:
Geoffrey McRae
2022-05-24 00:05:22 +10:00
parent 47b2a26898
commit b2221b114e
7 changed files with 58 additions and 33 deletions

View File

@@ -54,6 +54,9 @@ void renderQueue_clear(void)
void renderQueue_spiceConfigure(int width, int height)
{
// reconfigurations invalidate the entire queue
renderQueue_clear();
RenderCommand * cmd = malloc(sizeof(*cmd));
cmd->op = SPICE_OP_CONFIGURE;
cmd->configure.width = width;