Broadway: Send configure notify on move/resize too

This commit is contained in:
Alexander Larsson 2019-03-28 10:13:16 +01:00
parent c8d7b4a79a
commit 6040a7370c

View File

@ -976,6 +976,7 @@ function handleCommands(cmd, display_commands, new_textures, modified_trees)
display_commands.push([DISPLAY_OP_RESIZE_NODE, surface.div, surface.width, surface.height]);
}
sendConfigureNotify(surface);
break;
case BROADWAY_OP_RAISE_SURFACE: