mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-05-31 03:44:26 +00:00
[client] spice: more fixes to video source transition
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user